http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182
--- Comment #14 from Bob Ewart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
