From owner-freebsd-questions Wed Aug 14 0:37:46 2002 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 8117537B400 for ; Wed, 14 Aug 2002 00:37:43 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A391043E42 for ; Wed, 14 Aug 2002 00:37:42 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk ([IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g7E7bdYk003161; Wed, 14 Aug 2002 08:37:39 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g7E7bYRp003160; Wed, 14 Aug 2002 08:37:34 +0100 (BST) Date: Wed, 14 Aug 2002 08:37:34 +0100 From: Matthew Seaman To: Mike Dewhirst Cc: questions@FreeBSD.ORG Subject: Re: apache-2.0.40 requires OpenSSL 0.9.6e or higher Message-ID: <20020814073734.GC2827@happy-idiot-talk.infracaninophi> References: <3D596C36.7000005@dolphintime.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D596C36.7000005@dolphintime.com> User-Agent: Mutt/1.5.1i 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 On Tue, Aug 13, 2002 at 09:29:42PM +0100, Mike Dewhirst wrote: > Trying to make apache 2.0.40 I get: > > apache-2.0.40 requires OpenSSL 0.9.6e or higher > > I have upgraded openSSL to openssl-0.9.6g, but apache still won't make. > Do I need to update some config file that still has the old version > mentioned? Or can I tell apache's make to look somewhere else? openssl-0.9.6e has been included in the base system for about a month now. If you're running 4-STABLE, try updating the base system. Otherwise, you need to install the security/openssl port, and tell the apache2 port Makefile to use the openssl stuff you've just installed: cd /usr/ports/www/apache2 make OPENSSLBASE=/usr/local That shouldn't be necessary, but the ports system is only set up to distinguish between openssl being in the base system or not --- it doesn't distinguish between openssl versions. If you feel like a challenge and want to understand how this works, take a look at /usr/ports/Mk/bsd.port.mk and search for the definition of the OPENSSLBASE variable. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message