17 Nov
2015
17 Nov
'15
4:04 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182 --- Comment #14 from Bob Ewart <bob-ewart@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.