From owner-freebsd-questions Mon Mar 24 3:31:21 2003 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 483AF37B401 for ; Mon, 24 Mar 2003 03:31:17 -0800 (PST) Received: from andrew.brobus.net (ns1.brobus.net [24.129.14.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E68A43F75 for ; Mon, 24 Mar 2003 03:31:14 -0800 (PST) (envelope-from tamir@brobus.net) content-class: urn:content-classes:message Subject: OpenSSL obstacle to PostgreSQL Installation MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 24 Mar 2003 06:33:35 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: <985DF46E87E0C047A3670048DBCAD0556BA3@andrew.brobus.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: A novice question Thread-Index: AcLxq5oZoICIT1yyRXa9o6wBLG2WlQATLSYA From: "Tamir Halperin" To: X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not able to install PostgreSQL 7.3.2 from ports because I get the = following error after having just installed openssl-0.9.7a_2. openssl = shows up in /var/db/pkg. When I try to make in /usr/ports/databases/postgresql7 I get the = following error: "This port requires the OpenSSL library, which is part of the FreeBSD = crypto distribution but not installed on your machine. Please see the = "OpenSSL" section in the handbook (at ...) for instructions on how to = obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 Stop." On a different list I received the following advice and acted upon it = but the above error persists: "This is because libcrypto had its shlib version bumped from .2 to .3 after OpenSSL's last round of security bugs. If you symlink libcrypto.so.2 to libcrypto.so, you should be okay. -sc" Tamir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message