No subject
Sun Jun 21 07:13:19 NZST 2009
SIPServer is written entirely in Perl, but it require these CPAN
perl modules to run:
Net::Server - The SIP server is a Net::Server::Prefork server
XML::LibXML
XML::Parser
XML::Simple - for parsing the config file
UNIVERSAL::require - for loading the correct ILS interface module
Clone - for running the test cases
so in ubuntu
sudo apt-get install libnet-server-perl
Should get you that missing module (you may be missing one of the others too)
Hope this helps
Chris
More information about the Koha
mailing list