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. BEGIN failed--compilation aborted at /usr/share/koha/lib/Koha/AuthUtils.pm line 21. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 32. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 32. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 25. How can we solve this problem? Best Regard, Arayik.
* Araik Manukyan (araik@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
participants (2)
-
Araik Manukyan -
Chris Cormack