Page 1 of 1

LibCrypto10 and Libssl10 issue (Solved)

PostPosted: Mar 2nd, '20, 18:56
by soundmanbe
Dear,
I try to install SEH utnanager witch was working perfecly under MGA6 on MGA7.1 (without update as the last update make the VMware not working).
When installing the program doesn't find the libcrypto.so.10 and libssl.so.10.
I did :
Code: Select all
ln -s /usr/lib64/libcrypto.so.1.0.0 /lib/libcrypto.so.10
ln -s /usr/lib64/libssl.so.1.0.0 /lib/libssl.so.10


forced the install with --nodep

now when trying to start the program I have :
Code: Select all
utnmanager: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

(same with ln-s xx.so.1.1.0)

Any Idea ?
Kind regards,
Pierrot

Re: LibCrypto10 and Libssl10 issue (Solved)

PostPosted: Mar 4th, '20, 00:49
by soundmanbe
Found the solution.
SEH utnmanager is looking for the libs in /lib/SEH, so adding a link to it solve it.
KR
Pierrot