I have tried installing Koha -but keep on getting the same error - even after downloading the perl files and installing them. Has anyone any ideas how I might get around this? Thanks You are missing some Perl modules required by Koha. Please run this again after installing them. They may be installed by finding packages from your operating system supplier, or running (as root) the following commands: perl -MCPAN -e 'install "ZOOM"' perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new barcode generator"' perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"'
On 22/05/2007, at 11:34 PM, Dominic O'Toole wrote:
I have tried installing Koha -but keep on getting the same error - even after downloading the perl files and installing them.
Has anyone any ideas how I might get around this?
Thanks
Hi Dominic The only one actually stopping the install is ZOOM the others will warn but you can still continue the installation without them. What version of Koha are you installing? And what happens when you run perl -e "use ZOOM" from the commandline Chris
You are missing some Perl modules required by Koha. Please run this again after installing them. They may be installed by finding packages from your operating system supplier, or running (as root) the following commands:
perl -MCPAN -e 'install "ZOOM"'
perl -MCPAN -e 'install "You will need PDF::Reuse::Barcode for the new barcode generator"'
perl -MCPAN -e 'install "You will need Net::LDAP if you want to authentify patrons through a LDAP"'
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Chris Cormack chris.cormack@liblime.com VP Research and Development www.liblime.com LibLime +64 21 542 131
participants (2)
-
Chris Cormack -
Dominic O'Toole