./tally72: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Any ideas on where to get libssl.so.4? Tried APT-CACHE search... no joy...
In RPM based distros it is typically in the openssl package. In Debian it might be in a similarly named package.
Hi Guys,
I got Tally for Linux to work on Debian.
I posted the query on the debian-user forum and this is the response I got.
============================================================== RH libssl.so.4 is named libssl.so.0.9.7 in debian (the source is openssl-0.9.7 for both ! http://www.megaloman.com/~hany/RPM/libssl.so.4.html ). RH is sometime insane.
http://melkor.dnp.fmph.uniba.sk/~garabik/debian-utf8/HOWTO/howto.html linx section : # cd /usr/lib # ln -s libcrypto.so.0.9.7 libcrypto.so.4 # ln -s libssl.so.0.9.7 libssl.so.4 ==============================================================
Doing the above got it to work.....
Regards