<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi everyone.<br>
    </p>
    <p>In order to send our invoices automatically, we're supposed to
      set up a cron job that executes the following as the user
      "freeside":</p>
    <p>`freeside-daily fs_daily`<br>
      <br>
      However, as a test run I 'su' to the freeside user and this is the
      output I get:<br>
      <br>
      Subroutine JSON::XS::Boolean::(++ redefined at
      /usr/share/perl/5.20/overload.pm line 50.<br>
      Subroutine JSON::XS::Boolean::(-- redefined at
      /usr/share/perl/5.20/overload.pm line 50.<br>
      Subroutine JSON::XS::Boolean::(0+ redefined at
      /usr/share/perl/5.20/overload.pm line 50.<br>
      FS::part_event::Condition::payby is disabled; skipping<br>
      Subroutine JSON::XS::Boolean::(eq redefined at
      /usr/share/perl/5.20/overload.pm line 50.<br>
      Subroutine JSON::XS::Boolean::("" redefined at
      /usr/share/perl/5.20/overload.pm line 50.<br>
      Undefined subroutine &main::lnp_vitelity called at
      /usr/bin/freeside-daily line 32.<br>
    </p>
    <p>It sounds to me like we're missing some Perl library? <br>
    </p>
  </body>
</html>