[Koha] Can't upgrade Koha

Colin Campbell colin.campbell at ptfs-europe.com
Sat Oct 12 04:49:38 NZDT 2013


On Fri, Oct 11, 2013 at 10:09:24AM -0500, Nicole Engard wrote:
> I did a pull from git today and I keep getting this error:
> 
> Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains:
> /home/nengard/kohaclone /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
> /home/nengard/kohaclone/Koha/AuthUtils.pm line 21.
> BEGIN failed--compilation aborted at
> /home/nengard/kohaclone/Koha/AuthUtils.pm line 21.
> Compilation failed in require at /home/nengard/kohaclone/C4/Auth.pm line 32.
> BEGIN failed--compilation aborted at /home/nengard/kohaclone/C4/Auth.pm line 32.
> Compilation failed in require at /home/nengard/kohaclone/mainpage.pl line 25.
> BEGIN failed--compilation aborted at
> /home/nengard/kohaclone/mainpage.pl line 25.

Are you setting something thats overriding perl's @INC if you run perl
-V it should show you perl's values on a debian system I see
        @INC:
        /home/koha/koha
        /etc/perl
        /usr/local/lib/perl/5.14.2
        /usr/local/share/perl/5.14.2
        /usr/lib/perl5
        /usr/share/perl5
        /usr/lib/perl/5.14
        /usr/share/perl/5.14
        /usr/local/lib/site_perl
and PERL5LIB will have your local additions

The error says that Bcrypt.pm can't be found in this directory list, you
can use find to try and locate it and that may also be a clue

Colin

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 800 756 6803 (phone)
+44 (0) 7759 633626  (mobile)
colin.campbell at ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com


More information about the Koha mailing list