XmlRpcClient Error
  • Could someone tell me whats wrong here i am at a loss (probably something simple though)

    Installing LiveSupport scheduler database tables...
    using config file '/opt/livesupport/etc/scheduler.xml'
    Creating gstreamer registry...
    Done.
    Adding system startup for /etc/init.d/livesupport-station ...
    /etc/rc0.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc1.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc6.d/K92livesupport-station -> ../init.d/livesupport-station
    /etc/rc2.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc3.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc4.d/S92livesupport-station -> ../init.d/livesupport-station
    /etc/rc5.d/S92livesupport-station -> ../init.d/livesupport-station
    Starting livesupport scheduler: using config file '/opt/livesupport/etc/scheduler.xml'
    livesupport-scheduler.

    CKZPserv:/home/ryan/Desktop/Livesupport 1.0-1 Debain# Error XmlRpcClient::readHeader: No Content-length specified
    error executing command start
    authentication problem: Login failed.
  • 1 Comment sorted by
  • In my case this error appeared because PHP was not configured well.
    After installation of libapache-mod-php4 apache need to be configured to load PHP module. Therefore, add following line to /etc/apache/modules.conf:

    LoadModule php4_module /usr/lib/apache/1.3/libphp4.so