/libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol "EVP_idea_cbc"

Chuck Swiger cswiger at mac.com
Fri Jan 29 20:07:34 UTC 2010


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



More information about the freebsd-questions mailing list