etcimon / botan

Block & stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.
Other
86 stars 22 forks source link

Fresh install of botan fails with "libbotan-2.so.9: cannot open shared object file: No such file or directory" #48

Closed JeremyArdley closed 1 year ago

JeremyArdley commented 5 years ago

The error occurs on first install of botan, specifically due to placement of libotan-2 into /usr/local/lib without running ldconfig afterwards.

To make this seamless the installer script should run ldconfig as root after the installation of libotan-2 Alternatively a user can run -

sudo make install sudo ldconfig