Hi--

On Jan 29, 2010, at 11:29 AM, Ronny Forberger wrote:
> my FreeBSD seems to be broken, since I get the following error when
> trying to link against libssl etc:
> 
> /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol
> "EVP_idea_cbc"
> 
> I am using openssl-0.9.8k_5 from the base system 8.0.

Actually, the base system OpenSSL would be located at /usr/lib/libssl.so.# ; 
the error message you display there indicates that you've got another 
installation of OpenSSL under /usr/local.  Running:

  pkg_which /usr/local/lib/libssl.so.6

...might indicate whether you installed it from a port, in which case updating 
ports and rebuilding it would likely help.

Regards,
-- 
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to