[Koha] New installation perl modules and Makefile issues
Marty
ontariowolf64 at yahoo.com
Tue Dec 11 12:10:47 NZDT 2012
Hi all,
It's been a while since I have been here, we had a nice up to date koha running, when our hard drive died. Luckily we made backups.
Now I am on a new machine, doing a new installatiion but I am running into things I have never seen.
Running Debian 6 on dual booted Lenovo box
First of all, perl koha_perl_deps.pl -m -u keeps saying that modules are not installed, even if they are the requested version or later and there are five that will not install without force. so I used force, but it still will insist the modules are not installed;
DateTime 0 * 0.58 Yes v0.78
DateTime::Event::ICal 0 * 0.08 Yes v0.11 (won't install without force)
DateTime::Format::DateParse 0 * 0.04 Yes v0.05
DateTime::Format::ICal 0 * 0.09 Yes v0.09
DateTime::Set 0 * 0.28 Yes v0.31 (won't install without force)
DateTime::TimeZone 0 * 1.26 Yes v1.56
Test::Strict 0 * 0.14 No v0.14 (won't install without force)
Test::YAML::Valid 0 * 0.04 No v0.04 (won't install without force)
XML::RSS 0 * 1.31 Yes v1.49 (won't install without force)
Then, when I try to run perl makefile.PL I cannot even do that, this is what i get;
:~/koha-3.08.07$ perl Makefile.PL
Can't locate Class/Load.pm in @INC (@INC contains: /home/ccclibrary/koha-3.08.07 /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.10.1/DateTime/TimeZone/Local.pm line 9.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.1/DateTime/TimeZone/Local.pm line 9.
Compilation failed in require at /usr/local/share/perl/5.10.1/DateTime/TimeZone.pm line 13.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.1/DateTime/TimeZone.pm line 13.
Compilation failed in require at /home/ccclibrary/koha-3.08.07/C4/Context.pm line 107.
BEGIN failed--compilation aborted at /home/ccclibrary/koha-3.08.07/C4/Context.pm line 107.
Compilation failed in require at /home/ccclibrary/koha-3.08.07/C4/Installer.pm line 24.
BEGIN failed--compilation aborted at /home/ccclibrary/koha-3.08.07/C4/Installer.pm line 24.
Compilation failed in require at Makefile.PL line 31.
BEGIN failed--compilation aborted at Makefile.PL line 31.
I am starting to wonder how I ever got previous versions running... Any ideas are most welcome!
Thanks, Marty
More information about the Koha
mailing list