From owner-freebsd-questions@FreeBSD.ORG Mon Nov 28 10:25:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E896A16A41F for ; Mon, 28 Nov 2005 10:25:13 +0000 (GMT) (envelope-from bt@ccgis.de) Received: from sm7.simplethings.de (a15160313.alturo-server.de [217.160.128.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id C884743D62 for ; Mon, 28 Nov 2005 10:25:12 +0000 (GMT) (envelope-from bt@ccgis.de) Received: from smm.simplethings.de ([85.88.4.201]) by sm7.simplethings.de with esmtp (Exim 4.50) id 1EggC0-0007BB-V9; Mon, 28 Nov 2005 11:25:10 +0100 Received: from [212.79.172.180] (helo=center.shared) by smM.simplethings.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EggC0-00007p-Ly; Mon, 28 Nov 2005 11:25:04 +0100 Received: from [192.168.2.66] (helo=[192.168.2.66]) by center.shared with esmtp (Exim 4.50) id 1EggCt-0002lr-VN; Mon, 28 Nov 2005 11:26:00 +0100 Message-ID: <438ADB37.4000401@ccgis.de> Date: Mon, 28 Nov 2005 11:25:59 +0100 From: Benjamin Thelen User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <052201c5f211$92e58b90$0b00a8c0@mothra> <44hd9zpgvg.fsf@be-well.ilk.org> In-Reply-To: <44hd9zpgvg.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.6 (/) Cc: "Jeff D. Hamann" Subject: Re: broken openssl on freebsd60 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: Mon, 28 Nov 2005 10:25:14 -0000 Lowell Gilbert schrieb: > "Jeff D. Hamann" writes: > > >>I should preface this with "I'm not sure if this is correct but I've >>got a server running that doesn't make exstensive use of openssl and >>everything seems to run alright for the apps I've been running"... >> >>so, >> >>I've been trying to install a new server using the openssl port and >>keep finding problems with the openssl libs... >> >>$ pwd >>/usr/local/lib >>$ ls -la libssl* >>-rw-r--r-- 1 root wheel 516602 Nov 26 12:23 libssl.a >>lrwxr-xr-x 1 root wheel 11 Nov 26 12:23 libssl.so -> libssl.so.4 >>-r--r--r-- 1 root wheel 318507 Nov 26 12:23 libssl.so.4 >>lrwxr-xr-x 1 root wheel 12 Sep 16 09:59 libssl3.so -> libssl3.so.1 >>-r-xr-xr-x 1 root wheel 155344 Sep 16 10:00 libssl3.so.1 >>$ >> >>should those be: >> >>lrwxr-xr-x 1 root wheel 12 Sep 16 09:59 libssl3.so -> libssl.so.3 >>-r-xr-xr-x 1 root wheel 155344 Sep 16 10:00 libssl.so.3 >> >>or some such thing, because when I attempt to start something like >>postgresql81, I get: >> >>$ psql >>/libexec/ld-elf.so.1: Shared object "libssl.so.3" not found, required >>by "psql" >>$ >> >>I need to get the following apps running on the new FREEBSD 6.0 machine: >> >>1) openssl >> >>then, >> >>2) apache2 >>3) subversion >>4) uw-imap >>5) postgresql81 or postgresql80+postgis >>6) php >> >>etc, etc, etc and I'm concerned that none of those will work with the >>current status of openssl on freebsd 6.0. I'm running >> >>$ uname -a >>FreeBSD bobby.xxx.xxx 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Fri Nov 18 >>10:47:37 PST 2005 >>hamannj@bobby.xxx.xxx:/usr/obj/usr/src/sys/GENERIC amd64 > > > OpenSSL is in the base system and the library version should be 4, not > 3. Is there some reason you're installing it from the ports? Hi, The OOo-2 from porting.openoffice.org/freebsd/ wants openssl-beta. No Problem to install this port, but portupgrading (at least phpmyadmin and phppgadmin) lead to little confusion. I first had to remove openssl-beta, OOo2, then run portupgrade -aRr and then reinstall openssl-beta and OOo2. Maybe there is a better way?? Why is OOo-2 built with openssl-beta? Ben > _______________________________________________ > 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"