Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2004 09:12:28 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        "R. M. Los" <Ralph@boundariez.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Installing portaudit from ports
Message-ID:  <20040506081228.GB23826@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <1083813935.6045.6.camel@frog.boundariez.com>
References:  <1083813935.6045.6.camel@frog.boundariez.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040506081228.GB23826>