You are not logged in.

#1 2020-04-21 17:09:16

grifelol
Member
Registered: 2020-04-21
Posts: 3

[SOLVED] libssl.so.10 stopped working

For development I'm using a library that internally uses libcrypto.so.10 and libssl.so.10 (it's senzing but doesn't matter here I guess). There are provided in the package for debian base distro and I'v been using them until recently
After last update  I'm getting error like g2/lib/debian/libssl.so.10: undefined symbol: krb5_rc_destroy, version krb5_3_MIT
- is there any arch package that contains these libraries ?
- or I is there a way to fix that error above

Edit. in general it's suggested to manually execute sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10.
Not sure if it's 'DO IT RIGHT' way but it doesn't work anyway, have an error: OSError: /usr/lib/libcrypto.so.10: version `libcrypto.so.10' not found though ldd libcrypto.so.10 seems to be ok

Last edited by grifelol (2020-04-22 09:02:42)

Offline

#2 2020-04-21 19:25:04

seth
Member
Registered: 2012-09-03
Posts: 49,981

Offline

#3 2020-04-22 07:39:33

grifelol
Member
Registered: 2020-04-21
Posts: 3

Re: [SOLVED] libssl.so.10 stopped working

Thanks @seth
It gave me an idea to copy the libs from fedora compat-openssl10 rpm and it seems to be working

Offline

Board footer

Powered by FluxBB