Re: Installing portaudit from ports

2004-05-06 Thread Matthew Seaman
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.
> 
>  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 

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

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


pgp0.pgp
Description: PGP signature


Installing portaudit from ports

2004-05-05 Thread R. M. Los
Hi,
I'm trying to install portaudit from ports, but get this error:

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.

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

Thanks,
-- 
Mr. R M Los - Information Security Consultant
Ralph (at) boundariez (dot) com


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"