| > I had this problem when building on Libranet's Debian
> GNU/Linux and Mandrake 8.1. It only happens after I apt-
get
> dist-upgrade my system. When I try to run httrack, I'd
get
> an error telling me that libssl.so.0 cannot be found.
This
> is how to solve it:
> ln -s /usr/lib/libssl.so.0.9.6 /usr/lib/libssl.so.0
Okay, I'll check that - it might be a platform-dependant
linking problem, however ; the standard ldd dependency is:
libssl.so.0 => /usr/lib/libssl.so.0 (0x401ba000)
And the link should exist:
/usr/lib/libssl.so.0 -> libssl.so.0.9.xx
(xx stands for 4,5 or 6)
Anyway I'll try to add a post-install check in the scripts.
| |