[Koha-bugs] [Bug 2922] New: update from 3.00.00.x to 3.00.01.y failure : PERL5LIB

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Jan 21 11:30:14 CET 2009


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 at liblime.com
        ReportedBy: semarie at latrappe.fr
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list