From owner-freebsd-questions Mon Feb 17 23:20:46 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 5A3BD37B401 for ; Mon, 17 Feb 2003 23:20:44 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D11143F85 for ; Mon, 17 Feb 2003 23:20:42 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id h1I7K8BH015912; Tue, 18 Feb 2003 08:20:10 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id h1I7K7uA015896; Tue, 18 Feb 2003 08:20:07 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-questions@FreeBSD.ORG, tillman@seekingfire.com (Tillman) Message-ID: <2QZ9kLwEYz@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Apache-modssl and the OpenSSL port Date: Tue, 18 Feb 2003 08:14:33 +0100 X-Mailer: Dinoex 1.79 References: <20030217230949.F17044@seekingfire.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20030218000000W+1@dinoex.sub.org X-Accept-Language: de,en X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-No-Archive: yes 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 Tillman schrieb:, > This port wants the OpenSSL library from the FreeBSD > base system. You can't build against it, while a newer > Version is installed by a port. > Please deinstall the port or undefine USE_OPENSSL_BASE. > *** Error code 1 > Near as I can tell, it wants me to undefine a shell variable that > doesn't exist :-) It is implict set as you have now an libcrypto.so.3/libssl.so.3 in your base system. > - update SSL support. > defaults to openssl port (now 0.9.6.h) > New options: > use the lastest version (now 0.9.7) > USE_OPENSSL_BETA=yes > use teh base version with > USE_OPENSSL_BASE=yes > > That sounds like it's /supposed/ to work with the openssl port. yes, please force it now with the new optio in /etc/make.conf: USE_OPENSSL_PORT=yes > Something that might be related is that I updated my base system > (4.7-STABLE) today, and noticed the note in /user/src/UPGRADING about > the newer version of OpenSSL. As I'm using the port, I didn't think that > would change much. Well, it does, as the ld now sees the version bump in the shared libs. So it is not defined wich openssl version is loaded. This confict is detected and this gives the error. You may need to recomplie openssl port to get the new version there too. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message