From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 10:37:49 2003 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 3CBB237B404 for ; Tue, 15 Apr 2003 10:37:49 -0700 (PDT) Received: from vp4.netgate.net (vp4.netgate.net [205.214.170.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8430643FD7 for ; Tue, 15 Apr 2003 10:37:48 -0700 (PDT) (envelope-from admin@forkthepenguin.com) Received: from localhost (ibrew@localhost) by vp4.netgate.net (8.11.6/8.11.6) with ESMTP id h3FHbmo23556 for ; Tue, 15 Apr 2003 10:37:48 -0700 (PDT) Date: Tue, 15 Apr 2003 10:37:48 -0700 (PDT) From: Kill the Penguin X-X-Sender: ibrew@vp4.netgate.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: The chicken and the OpenSSL 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: Tue, 15 Apr 2003 17:37:49 -0000 I'm currently running 4.7-RELEASE-p10. I attempted to install apache13-modssl from ports, but it is dependant on openssl-0.9.7a. Unfortunately the installed version is openssl-0.9.6i. This will result in two parallel installations of openssl which is not the end of the world, but not desired. In the past I attempted to use only openssl in the ports collection, but using NO_OPENSSL results in failed buildworlds. So I attempted to update the src-crypto and src-secure portions of the src tree and *just* build these components. It doesn't appear that REL_ENG_4_7 contains the latest version of openssl. Is there a method to keep up with OpenSSL without having to parallel installations? It appears you can't unhook the base installation from the system, and I'm not sure forcing the ports version into /usr is going to be a great idea. Anyone solve this problem? Regards, Chris