From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 21:39:41 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 CD35B16A4CE for ; Sun, 9 Jan 2005 21:39:41 +0000 (GMT) Received: from mail.terralink.de (mail.tlink.de [217.9.16.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 282A343D3F for ; Sun, 9 Jan 2005 21:39:41 +0000 (GMT) (envelope-from me@daniel.stefan.haischt.name) Received: from smtp.abyssworld.de (daniel-s-haischt.biz [84.252.66.2]) by mail.terralink.de (Postfix) with ESMTP id 145E4BD6CC; Sun, 9 Jan 2005 22:39:38 +0100 (CET) Received: from localhost (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 91E4718B2F; Sun, 9 Jan 2005 22:39:33 +0100 (CET) Received: from smtp.abyssworld.de ([127.0.0.1])port 10024) with ESMTP id 50344-10; Sun, 9 Jan 2005 22:39:33 +0100 (CET) Received-SPF: none (smtp.abyssworld.de: 192.168.1.6 is neither permitted nor denied by domain of daniel.stefan.haischt.name) client-ip=192.168.1.6; envelope-from=me@daniel.stefan.haischt.name; helo=[192.168.120.239]; Received: from [192.168.120.239] (smtp.abyssworld.de [192.168.1.6]) by smtp.abyssworld.de (Postfix) with ESMTP id 9F16218AC0; Sun, 9 Jan 2005 22:39:32 +0100 (CET) Message-ID: <41E1A491.5070005@daniel.stefan.haischt.name> Date: Sun, 09 Jan 2005 22:39:29 +0100 From: "Daniel S. Haischt" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Marcel de Reuver References: In-Reply-To: X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Processed-By: GNU Anubis v4.0 X-Virus-Scanned: amavisd-new at abyssworld.de cc: freebsd-questions@freebsd.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 21:39:41 -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 -- Mit freundlichen Gruessen / With kind regards Daniel S. Haischt Wan't a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name Marcel de Reuver schrieb: > Hi, > > On FreeBSD 5.3 you can install Opengroupware from the ports without any > warning or error. When you start Opengroupware it is complaining about a > missing /usr/lib/libssl.so.0.9.6 > > OpenSSL 0.9.7d is installed and working. Has anyone Opengroupware running on > FreeBSD 5.3? > > Best regards, > Marcel de Reuver > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > !DSPAM:41e19cac918321543481209! > >