From owner-freebsd-questions@FreeBSD.ORG Fri Jan 29 20:23:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99BB7106568B for ; Fri, 29 Jan 2010 20:23:10 +0000 (UTC) (envelope-from ronnyforberger@ronnyforberger.de) Received: from wp112.webpack.hosteurope.de (wp112.webpack.hosteurope.de [80.237.132.119]) by mx1.freebsd.org (Postfix) with ESMTP id 49F9F8FC13 for ; Fri, 29 Jan 2010 20:23:10 +0000 (UTC) Received: from hmbg-5f777bfd.pool.mediaways.net ([95.119.123.253] helo=sonne.rf.homeunix.net); authenticated by wp112.webpack.hosteurope.de running ExIM with esmtpa id 1NaxMy-0008MR-UR; Fri, 29 Jan 2010 21:23:09 +0100 Received: from localhost (localhost [127.0.0.1]) by localhost.rf.homeunix.net (Postfix) with ESMTP id 9A1062DF0; Fri, 29 Jan 2010 21:23:08 +0100 (CET) X-Virus-Scanned: amavisd-new at rf.homeunix.net Received: from sonne.rf.homeunix.net ([127.0.0.1]) by localhost (sonne.rf.homeunix.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qp6Hm2vfjeIv; Fri, 29 Jan 2010 21:22:45 +0100 (CET) Received: from [10.166.44.27] (host-44-27.dhcp.rf.homeunix.net [10.166.44.27]) by sonne.rf.homeunix.net (Postfix) with ESMTPS id C77D92DD3; Fri, 29 Jan 2010 21:22:44 +0100 (CET) Message-ID: <4B634392.9050007@ronnyforberger.de> Date: Fri, 29 Jan 2010 20:22:42 +0000 From: Ronny Forberger Organization: www.ronnyforberger.de User-Agent: Thunderbird 2.0.0.23 (X11/20090920) MIME-Version: 1.0 To: Chuck Swiger References: <4B633703.2060103@ronnyforberger.de> In-Reply-To: X-Enigmail-Version: 0.95.7 X-bounce-key: webpack.hosteurope.de; ronnyforberger@ronnyforberger.de; 1264796590; 362fef1a; Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: /libexec/ld-elf.so.1: /usr/local/lib/libssl.so.6: Undefined symbol "EVP_idea_cbc" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 20:23:10 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chuck Swiger schrieb: > 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, Thanks for the help. I installed from a binary package using pkg_add - -r openssl since I cannot build openssl from ports: [root@sonne ~]# portupgrade -f openssl ** Port marked as IGNORE: security/openssl: is marked as broken: No patchset for 0.9.8 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - security/openssl (marked as IGNORE) (Using RELEASE_8_0_0) I dont really want to upgrade to Freebsd-current Ports. How can I fix the missing symbol error then? Cheers, - -- ___________________________________ Ronny Forberger ronnyforberger at ronnyforberger.de PGP public key: http://www.ronnyforberger.de/~rf/wwwroot/pgp/0x71AE1E17.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktjQ5AACgkQC1+bGHGuHhfGzQCfUqEyRtF1GSxV1JnlO5DEZcNT aKcAnjwjEOWRWqjem44FDtPy5P2MbO45 =sKHQ -----END PGP SIGNATURE-----