after updating my openssl to 0.9.7, many packges that were compiled by myself was broken.

dig: error while loading shared libraries: libcrypto.so.0.9.6: cannot load share d object file: No such file or directory

It seems that I used the wrong method to compile them, which made them to be version-sensitive whenever it calls openssl libraries.

how should I compile my packages? most of them used:

--with-ssl=/usr/ssl
or
--openssldir=/usr/ssl



--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.20
^ ^ 11:20pm up 15 days, 5:21, 1 user, load average: 1.02, 1.01, 1.00

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to