http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182 --- Comment #18 from David Cook <dcook@prosentient.com.au> --- (In reply to Bob Ewart from comment #14)
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.
Interesting... yeah I already have libgcrypt 1.6.1 installed. I don't know if I'd really want to have two installs alongside each other... Good on you for looking at INSTALL.opensuse, although if you look at the listserv, there's talk about alternatives to INSTALL.debian, so you might want to follow what's being down with the INSTALL files. -- You are receiving this mail because: You are watching all bug changes.