From owner-freebsd-questions@FreeBSD.ORG Fri Jan 29 20:07:34 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 AD7731065672 for ; Fri, 29 Jan 2010 20:07:34 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 96F588FC08 for ; Fri, 29 Jan 2010 20:07:34 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp025.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KX000JTJYKICD20@asmtp025.mac.com> for freebsd-questions@freebsd.org; Fri, 29 Jan 2010 12:07:31 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1001290177 From: Chuck Swiger In-reply-to: <4B633703.2060103@ronnyforberger.de> Date: Fri, 29 Jan 2010 12:07:30 -0800 Message-id: References: <4B633703.2060103@ronnyforberger.de> To: Ronny Forberger X-Mailer: Apple Mail (2.1077) 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:07:34 -0000 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