From owner-freebsd-questions@FreeBSD.ORG Sat Nov 26 19:53: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 DC9FA16A41F for ; Sat, 26 Nov 2005 19:53:13 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81AE43D5D for ; Sat, 26 Nov 2005 19:53:12 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from rodan ([192.168.0.12]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jAQJr7On085727 for ; Sat, 26 Nov 2005 11:53:08 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <006901c5f2c3$02b22120$0a00a8c0@rodan> From: "Jeff D. Hamann" To: References: <052201c5f211$92e58b90$0b00a8c0@mothra> <44hd9zpgvg.fsf@be-well.ilk.org> Date: Sat, 26 Nov 2005 11:52:57 -0800 Organization: Forest Informatics, Inc. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Spam-Status: No, hits=0.0 required=5.0 tests=HOT_NASTY autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Subject: Re: broken openssl on freebsd60 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jeff D. Hamann" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 19:53:14 -0000 > 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? I have no idea. I didn't know it was part of the base system, but when I went to install apache2, postgresql, etc, those ports wanted to install the openssl port or at least they used to. ----- Original Message ----- From: "Lowell Gilbert" To: "Jeff D. Hamann" Cc: Sent: Saturday, November 26, 2005 7:29 AM Subject: Re: broken openssl on freebsd60 > "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? >