From owner-freebsd-questions@FreeBSD.ORG Fri Nov 25 20:49:53 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 B100A16A41F for ; Fri, 25 Nov 2005 20:49:53 +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 1A53B43D8B for ; Fri, 25 Nov 2005 20:49:21 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from mothra ([192.168.0.14]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id jAPKnHOo080308 for ; Fri, 25 Nov 2005 12:49:18 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <001301c5f201$b4839ae0$0b00a8c0@mothra> From: "Jeff D. Hamann" To: Date: Fri, 25 Nov 2005 12:49:13 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Status: No, hits=0.8 required=5.0 tests=HOT_NASTY,HTML_30_40, HTML_MESSAGE autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: can't build apache2 + openssl 0.9.8 beta to get around 0.9.7 problems 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: Fri, 25 Nov 2005 20:49:54 -0000 I've been trying to build the apache2 port with the openssl 0.9.8 beta = (becuase I keep getting errors with the port built with the 0.9.7i = openssl port when attempting to start apache2.=20 I'm working on FreeBSD6 -amd64 (trying to get = apache+openssl+subversion+postgresql+blah,blah,blah working): bobby# uname -a FreeBSD bobby.xxxxxxxx.xxxx 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Fri Nov = 18 10:47:37 PST 2005 = hamannj@bobby.xxxxxxx.xxx:/usr/obj/usr/src/sys/GENERIC amd64 making all in tools... =3D=3D=3D> Installing for openssl-stable-0.9.7i =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if security/openssl already installed =3D=3D=3D> An older version of security/openssl is already installed = (openssl-beta-0.9.8a) You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of security/openssl without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/security/openssl. *** Error code 1 Stop in /usr/ports/www/apache2. bobby#=20 Since I've installed openssl-beta-0.9.8a and don't want to build apache2 = with 0.9.7i, how can I tell apache to use the newest port? I can get the openssl 0.9.8 port to build just fine and the apache2 port = to build with the openssl-0.9.7i port, but I can't get apache2 to build = with the openssl-0.9.8a port. I was searching in the Makefile for = apache2 and found the following line: # patch files = =20 EXTRA_PATCHES+=3D ${FILESDIR}/build-fix-openssl_beta =20 and I'm not sure how (or if) this applies to my situation. And since the = port isn't "older" (I don't know if it really is or isn't), I've decided = not to force the registration.=20 and the version command in openssl yields,=20 bobby# openssl=20 OpenSSL> version OpenSSL 0.9.7e-p1 25 Oct 2004 OpenSSL>=20 which I don't think is correct either, is it? Any help would be great.=20 Jeff.=20