HI! i'v installed koha successfully, but i need to create a rpm package to install it. If i follow the archive INSTALL and, manually, check perl modules, configure httpd.conf, copy koha to installation directory, create a koha database and load data from koha.mysql, add /etc/koha*, so, i'm going to install koha successfully? or there is some another obscure procedure? when ok, i will share the rpm! Thank you very much! ------- Giovani Augusto Quintao Pereira International Syst S/A On Fri, 12 May 2006, Joshua Ferraro wrote:
Hi Giovani,
So for some reason your system isn't installing those rmps in a way that they are in your path properly. As a side note, Fedora Core 2 is an unsupported version of Linux, I'd highly recommend upgrading to a more recent version of Fedora (each release really only has a 6 month shelf life), or switching distros.
As far as your problem goes, you could try installing from CPAN:
perl -MCPAN -e 'install HTML::Template'
which is probably better anyway as several of FC3's perl packages are several versions behind.
Cheers,
-- Joshua Ferraro VENDOR SERVICES FOR OPEN-SOURCE SOFTWARE President, Technology migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
On Fri, May 12, 2006 at 01:40:35PM -0300, Giovani Augusto Quintao Pereira wrote:
HI Joshua!
Date::Manip HTML::Template PDF::API2 Event Net:Z3950
i'v installed all rpms, example:
perl-HTML-Template-2.8.1 perl-PDF-API2-0.3a30-1 ...etc...
thankyou!
------- Giovani Augusto Quintao Pereira International Syst S/A
On Fri, 12 May 2006, Joshua Ferraro wrote:
Hi Giovani,
Which perl modules does it complain about?
Cheers,