You are not logged in.
Hello.
I`m trying to install libgcrypt.so.11. But all packagesI found had libgcrypt.so, libgcrypt.so.20 or libgcrypt.so.0.11.
How can I install libgcrypt.so.11?
Offline
What do you need it for?
Is libgcrypt.so.0.11 the same as libgcrypt.so.11?
Offline
Find an old libgcrypt package somewhere - this page should help.
Downgrading is never a good solution though, it's just a workaround. What do you need such an old lib for?
Offline
Ideally, you should be looking to update the package(s) that require the old libgcrypt to work with the new libgcrypt files (or get the maintainer to do it).
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
What do you need such an old lib for?
One game want it. Thank, I will try.
Offline
I believe libgcrypt.so.11 is the filename for the old gcrypt version 1.5. You can install it from the AUR in parallel to the current 1.6.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Surprisingly, it was on my system :? Try installing it from the AUR
ewaller$@$odin ~ 1014 %locate libgcrypt.so
/usr/lib/libgcrypt.so
/usr/lib/libgcrypt.so.11
/usr/lib/libgcrypt.so.11.8.2
/usr/lib/libgcrypt.so.20
/usr/lib/libgcrypt.so.20.0.2
/usr/lib32/libgcrypt.so
/usr/lib32/libgcrypt.so.20
/usr/lib32/libgcrypt.so.20.0.2
ewaller$@$odin ~ 1015 %pacman -Qo /usr/lib/libgcrypt.so.11
/usr/lib/libgcrypt.so.11 is owned by libgcrypt15 1.5.3-1
ewaller$@$odin ~ 1016 %packer -Ss libgcrypt15
aur/libgcrypt15 1.5.4-3 (370)
General purpose cryptographic library based on the code from GnuPG
aur/lib32-libgcrypt15 1.5.3-2 (11)
General purpose cryptographic library based on the code from GnuPG (32-bit)
ewaller$@$odin ~ 1017 %Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline