Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2010 12:07:30 -0800
From:      Chuck Swiger <cswiger@mac.com>
To:        Ronny Forberger <ronnyforberger@ronnyforberger.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol "EVP_idea_cbc"
Message-ID:  <D6E33DF9-22B3-49B6-833A-A83FD6817F1B@mac.com>
In-Reply-To: <4B633703.2060103@ronnyforberger.de>
References:  <4B633703.2060103@ronnyforberger.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D6E33DF9-22B3-49B6-833A-A83FD6817F1B>