[Bug 2922] New: update from 3.00.00.x to 3.00.01.y failure : PERL5LIB
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2922 Summary: update from 3.00.00.x to 3.00.01.y failure : PERL5LIB Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P3 Component: Database AssignedTo: galen.charlton@liblime.com ReportedBy: semarie@latrappe.fr QAContact: koha-bugs@lists.koha.org Hi. The updatedatabase process fails to complete execute updatedatabase30.pl when PERL5LIB is more complexe than expected. On line 1965 of "installer/data/mysql/updatedatabase.pl" : my $return=do qq($ENV{'PERL5LIB'}/installer/data/mysql/updatedatabase30.pl) On my install (debian etch), PERL5LIB is used for koha and perl dependencies (non root install of perl packages for koha), so PERL5LIB looks like "/path/to/koha:/path/to/perl1" So call to "$ENV{'PERL5LIB'}/installer/data/mysql/updatedatabase30.pl" failed. Perhaps it may be possible to obtain full path of updatedatabase30.pl using $0 ? ( $0 = /path/to/install/data/mysql/updatedatabase.pl ) ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com