[Koha-bugs] [Bug 15182] make test fails immediately on 3.22.00-beta due to missing Crypt::GCrypt which is optional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 17 04:04:37 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182

--- Comment #14 from Bob Ewart <bob-ewart at bobsown.com> ---
Crypt::GCrypt can be made to work on openSUSE.

Download the source for libgcrypt 1.5.4 from
ftp://ftp.gnupg.org/gcrypt/libgcrypt/

It will install into /usr/local/lib64 where cpan doesn't find it.

cp /usr/local/lib64/libgcrypt.so.11 /usr/lib64

Then cpan install Crypt::GCrypt will work

It would be best if alexrj would update Crypt::GCrypt with the debian patch.  

Otherwise I've been trying to update INSTALL.opensuse which is sadly out of
date (it's for openSUSE 11.3).  It's a moving target.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list