I have a complete Red Hat 8.0 install. I have tried to install both version 1.2.3 and 1.9 and can't get past the Perl module install. The first module I tried to install, HTML::Template gives me the following error: HTML::Template->new() : Unknown or unmatched TMPL construct at /fake/path/for/non/file/template : line 7. at blib/lib/HTML/Template.pm line 2230. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force I tried the Z3950 module install and got similar results. Have I missed something? My previous experience with linux is installing RPM's. I am trying to get this running for our small school (100 kids) library in the Queensland Sunshine Coast. If I can't get the prereqisites installed, I can't use the software. The school is currently running ALICE library software, but the extra licences are too expensive to put in extra terminals. Regards, Wayne Michel --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
I've made several RPMs (using cpan2rpm) for required Perl modules. You'll need the following modules installed on your Red Hat 8.0: Koha-1.2.3: HTML::Template; CGI; Mail::Sendmail; DBI; locale; POSIX; Locale::gettext; Date::Manip; Test::Harness; Digest::MD5 You'll need CDK module if you use the telnet interface (as mentioned in the installation guide) For C4::Z3950, you'll need Set::Scalar, yaz and Net::Z3950. Koha-1.9.0: All required modules for Koha-1.2.3 and MARC::Record. Some of them are included with Red Hat 8.0. You can find the missing modules at http://ctho.freeshell.org/rpm/ You may want to grab the SRPMs and compile them yourself: http://ctho.freeshell.org/srpm/ --- Support Dept <support@michel.com.au> wrote:
I have a complete Red Hat 8.0 install.
I have tried to install both version 1.2.3 and 1.9 and can't get past the Perl module install.
The first module I tried to install, HTML::Template gives me the following error:
HTML::Template->new() : Unknown or unmatched TMPL construct at /fake/path/for/non/file/template : line 7. at blib/lib/HTML/Template.pm line 2230. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
I tried the Z3950 module install and got similar results.
Have I missed something? My previous experience with linux is installing RPM's.
I am trying to get this running for our small school (100 kids) library in the Queensland Sunshine Coast. If I can't get the prereqisites installed, I can't use the software. The school is currently running ALICE library software, but the extra licences are too expensive to put in extra terminals.
Regards, Wayne Michel
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca
participants (2)
-
Support Dept -
Thien Ho