Hey all, We're working on doing a roll out of Koha this summer for our library. I had wanted to simply use the installer.pl script to make my life easier. However, when I attempted to run it this morning it detected some missing perl modules. I happily installed the missing modules and then reran installer.pl, however it is still convinced that those modules are missing. Any ideas, or should I just go with a manual install? FC3, latest Perl update, just a dual P2 450Mhz Xeon with 385 RAM for a test box. -- Calvin Park Systems Administrator Computer Services Department Davis College: A Practical college of Bible and Ministry web: www.davisny.edu email: linuxsys@davisny.edu phone: 607.729.1581 ext 404 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Calvin Park wrote:
However, when I attempted to run it this morning it detected some missing perl modules. I happily installed the missing modules and then reran installer.pl, however it is still convinced that those modules are missing. Any ideas, or should I just go with a manual install?
Please tell us which modules. You can check whether the modules are properly installed with commands like perl -MHTML::Template -e print which tests HTML::Template. If it can't find it, you'll get a big error message.
FC3, latest Perl update, just a dual P2 450Mhz Xeon with 385 RAM for a test box.
-- MJ Ray (slef), K. Lynn, England, email see http://mjr.towers.org.uk/ http://www.ttllp.co.uk/koha/ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Calvin Park -
MJ Ray