Sorry guys,
I'm really not sure if this is a Qt related problem or more a Linux related problem.
I have developed a program under Linux (Fedora 9) with SSL Support. The prorgam works fine for me but now I have tried to move the program to another machine (Ubuntu 9.04).
And there I got these errors:
error while loading shared libraries: libssl.so.7
error while loading shared libraries: libcrypto.so.7
error while loading shared libraries: libssl.so.7
error while loading shared libraries: libcrypto.so.7
To copy to clipboard, switch view to plain text mode
Why that? On both machines "openssl version" gives me
OpenSSL 0.9.8g 19 Oct 2007
OpenSSL 0.9.8g 19 Oct 2007
To copy to clipboard, switch view to plain text mode
Why the program is asking for libcrypto.so.7 and not for libcrypto.so or libcrypto.so.0.9.8 or something else?
I know, I could fix it with a symlink, but is there a better way to do that?
If not, is there a way to link libssl and libcrypto static to my program?
Thanks in advance and best regards!
Guenther
Bookmarks