From owner-freebsd-questions@FreeBSD.ORG Thu May 6 01:12:38 2004 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 ED31416A4CE for ; Thu, 6 May 2004 01:12:38 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB5443D5C for ; Thu, 6 May 2004 01:12:38 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i468CTVo024855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 May 2004 09:12:29 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i468CShQ024839; Thu, 6 May 2004 09:12:28 +0100 (BST) (envelope-from matthew) Date: Thu, 6 May 2004 09:12:28 +0100 From: Matthew Seaman To: "R. M. Los" Message-ID: <20040506081228.GB23826@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , "R. M. Los" , FreeBSD Questions References: <1083813935.6045.6.camel@frog.boundariez.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline In-Reply-To: <1083813935.6045.6.camel@frog.boundariez.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20040504, clamav-milter version 0.70u X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: FreeBSD Questions Subject: Re: Installing portaudit from ports 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: Thu, 06 May 2004 08:12:39 -0000 --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 05, 2004 at 11:25:35PM -0400, R. M. Los wrote: > Dependency error: 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 WITH_OPENSSL_BASE. >=20 > Since I obviously don't want to do the first option, how would I go > about doing the 2nd option? Where do you undefine "WITH_OPENSSL_BASE"?? It's undefined by default, but if you'ld defined it you have put the definition into /etc/make.conf or /usr/local/etc/pkgtools.conf=20 WITH_OPENSSL_BASE is a flag for the security/openssl port which causes that port to overwrite the SSL shlibs and applications in the base system. That's not something to do without due care and attention as it can cause various problems. If you need the openssl port (which you probably don't as openssl is in the base system) think first of installing it under /usr/local. In this case, probably all you need to do is: # pkg_delete security/openssl then install portaudit, and then (if you're sure you need it) re-install security/openssl. Be warned: you might have to repeat that whole rigmarole every time an upgrade to portaudit comes out. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAmfNsdtESqEQa7a0RAtvAAJ4v06LDwLIEh8OqN+yopCsa0rcGZgCfTkiu 56ATwYBmSN5rrsKiHKiXUyw= =tZyZ -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw--