template was missing, i got that installed, I have a PAN.pm I cant locate, Database.pm I have in a Mysql cluster from CPAN but wont compile as another perl module wont link to / register with perl. Net::Z3950 seems optional, it failed for some reason so I left it. Has anyone got koha going on rh9? Steven -----Original Message----- From: Jerome Vizcaino [mailto:vizcainj@esiee.fr] Sent: Wednesday, 18 June 2003 10:00 PM To: Jones, Steven Cc: koha@lists.katipo.co.nz Subject: RE: [Koha] RE: perl modules Hmm I see. We had the same problem here trying to install Koha on a Debian Woody installation. I just wen't through the problem installing all the modules by hand. Here is the list of modules I installed to get Koha installation to the end : DateManip Event HTML::Template (this one should be included in a rpm package as it is very common. It is in Debian at least :) Mail::Sendmail MARC::Record Net::Z3950 Test Test::Harmness Test::Simple Also install yaz (which is not a perl module). As far as I remember, Koha needs it. Modules installation is quite simple and should not be any problem. Install all the Test modules first or the other install will complain about missing perl modules. Good Luck Jerome On Wed, 2003-06-18 at 11:50, Jones, Steven wrote:
nope not really....
I cant run automatically through our proxy server, and tracing modules is proving impossible.
The automated script in 1.2.3 is failing on Database.PL, Im beginning to assume koha wont install on rh9
regards
Steven
-----Original Message----- From: Jerome Vizcaino [mailto:vizcainj@esiee.fr] Sent: Wednesday, 18 June 2003 8:41 PM To: Jones, Steven Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] RE: perl modules
Hi
Mostly all the modules available for Perl are located at http://www.cpan.org
Once you get the CPAN module, you can install modules automatically (almost) using the following command (which is printed at the end of the Koha installation if you are missing some modules)
perl -MCPAN -e 'install MODULE::EXAMPLE'
Hope this helps.
Jerome
On Wed, 2003-06-18 at 03:58, Jones, Steven wrote:
I seem to be unable to get koha installed due to numerous missing perl modules,
Where can I find
Database.pm and PAN.pm?
How come when I run the 1.2.3 install script and it says all esential modules installed, i get a failed install?
regards
Steven _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Steven, I have got koha installed and running on RH9, although I had some frustrations gettting it to go. The CPAN issue you are facing is likely related to the terminal being utf-8 capable. The new CPAN config process (first time start up) asks a question about the language encoding that your terminal is capable of. Answer this question wrong and CPAN will not work, translating characters outside the ASCII range incorrectly. (Many CPAN authors have Euro characters in their packages in the author's name.) The correct answer to the config question (paraphrased here from memory): "Is your terminal UTF-8 capable?" is to answer in the affirmative for RH9 (and it seems the script is case-sensitive here as well). Further, CPAN helpfully advises you to upgrade the Bundle::CPAN. DON'T DO IT! ExtUtils::Makemaker will corrupt, rendering the CPAN tool useless. CPAN 1.6.1 is fine. Also of note, the Yaz z39.50 toolkit has a different set of installer files for RH9. There are four rpm files required, plus an optional src file. Get at least the four non-src rpms from: http://ftp.indexdata.dk/pub/yaz/RedHat9.X/ These must be installed before the Net::Z39.50 package can be built. Database.pm is a Koha package, part of the install. It will be located in the <koha>/C4 directory. HTH, Erik -- Erik Stainsby Modern Alchemy http://www.modern-alchemy.net/ On June 18, 2003 03:11 am, Jones, Steven wrote:
template was missing, i got that installed, I have a PAN.pm I cant locate, Database.pm I have in a Mysql cluster from CPAN but wont compile as another perl module wont link to / register with perl.
Net::Z3950 seems optional, it failed for some reason so I left it.
Has anyone got koha going on rh9?
Steven
participants (3)
-
Erik Stainsby -
Jones, Steven -
Thien Ho