* Araik Manukyan (ar...@flib.sci.am) wrote:
> Dear All,
> 
> We try upgrading our koha 3.12.03 version to koha 3.14.05 after that when we
> try to open homepage we received such error
> 
> Software error:
> 
> Can't locate Crypt/Eksblowfish/Bcrypt.pm in @INC (@INC contains:
> /usr/share/koha/lib /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 .) at
> /usr/share/koha/lib/Koha/AuthUtils.pm line 21.
> 
This is telling you you are missing a perl module.

If you were using the packages, this would have been installed for
you. But if you are using the tarball, you will want to do (in your
unpacked tarball)

./koha_perl_deps.pl -m 

This will tell you all the missing modules.

Then you need to install them

Chris
-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to