Problem logging in after upgrade to 4.8-Stable

Andy Gilligan andy at evo6.org
Thu Apr 17 13:34:54 PDT 2003


----- Original Message -----
From: "Doug Silver" <dsilver at urchin.com>
To: "Charles Sprickman" <spork at inch.com>
Cc: <stable at freebsd.org>
Sent: Thursday, April 17, 2003 8:33 PM
Subject: Re: Problem logging in after upgrade to 4.8-Stable


<snip>

> libcrypto is part of the openssl port, perhaps you're thinking of
libcrypt?
>
> I just figured out where I shot myself in the foot ;\  In my attempt to
strip
> out libcrypto/libssl out of the build process I commented in "NOSECURE"
and
> "NOCRYPTO" in /etc/make.conf -- and to ensure it, I removed the source.
So,
> that is clearly the wrong thing to do.  Is the preferred method, if I
simply
> want to ensure that libcrypto and libssl are used from the openssl port,
to
> remove & symlink them in /usr/lib?  BTW -- I'm not concerned with the few
> binaries in the base system that are linked against these libs (e.g.
> pkg_sign, pkg_check).
>
> Or, is this a Pandora's box that I just shouldn't open (assuming the ports
> system recognizes the various "OPENSSL" settings in /etc/make.conf)?
>
> -doug

In /etc/make.conf, you might want to set:

OPENSSL_OVERWRITE_BASE= true

Then build and install /usr/ports/security/openssl as normal.

This should replace openssl in the base system with
the port version.

Andy



More information about the freebsd-stable mailing list