From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 22:38:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712BB16A4CE for ; Sun, 9 Jan 2005 22:38:05 +0000 (GMT) Received: from mailhost.reuver.org (fia1-7.dsl.hccnet.nl [62.251.7.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E711343D31 for ; Sun, 9 Jan 2005 22:38:04 +0000 (GMT) (envelope-from marcel@de.reuver.org) Received: from localhost (localhost.reuver.local [127.0.0.1]) by mailhost.reuver.local (Postfix) with ESMTP id B761051F8 for ; Sun, 9 Jan 2005 23:38:08 +0100 (CET) Received: from mailhost.reuver.org ([127.0.0.1]) by localhost (mailhost.reuver.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33900-09 for ; Sun, 9 Jan 2005 23:38:05 +0100 (CET) Received: from pc10 (unknown [10.0.0.150]) by mailhost.reuver.local (Postfix) with SMTP id 690E351EE for ; Sun, 9 Jan 2005 23:38:05 +0100 (CET) From: "Marcel de Reuver" To: Date: Sun, 9 Jan 2005 23:37:54 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <41E1A491.5070005@daniel.stefan.haischt.name> Importance: Normal X-Virus-Scanned: amavisd-new at reuver.org Subject: RE: Opengroupware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2005 22:38:05 -0000 > > First of all this is a port which requires the Linux/ELF > binary emulation to be installed. > > Second - You shouldn't search in /usr/lib for required > libraries. Instead you should search in ... > > -> /compat/linux/usr/lib > > Because Opengroupware is searching for the Linux version > of OpenSSL! > > I bet you'll find something like this ... > > root@abyssone# ls -la /compat/linux/lib/libssl.so.* > -rwxr-xr-x 1 root wheel 194416 Sep 24 2003 > /compat/linux/lib/libssl.so.0.9.6b > lrwxr-xr-x 1 root wheel 16 Dec 6 19:46 > /compat/linux/lib/libssl.so.2 -> libssl.so.0.9.6b > > > Do you see the problem? It is >> libssl.so.0.9.6b << > but Opengroupware is searching for >> libssl.so.0.9.6 << > > So this should solve the problem: > > ln -s /compat/linux/lib/libssl.so.0.9.6b \ > /compat/linux/lib/libssl.so.0.9.6 > Also required: ln -s /compat/linux/lib/libcrypto.so.0.9.6b /compat/linux/lib/libcrypto.so.0.9.6 Opengroupware is now complaining about: /lib/libc.so.6: version `GLIBC_2.3' not found Best regards, Marcel de Reuver