On Wed, 5 Mar 2003, Adrian Steinmann wrote:
>
> I use this command in my build script to force apache13+modssl to use
> the openssl in base.
>
> # Use base openssl (OpenSSL 0.9.7a as of Feb 19 2003)
> cd /usr/ports/www/apache13-modssl
> cp Makefile Makefile-
> sed -ie 's/^\.include.*Makefile\.ssl.*$/OPENSSLBASE=\/usr/' Makefile- >Makefile
You could instead do:
sed <pattern> Makefile > makefile
The lowercase makefile will be used by make in preference to Makefile.
> You are right to hate having two versions installed --- it is
> pointless in most cases. Please complain to the apache+mod_ssl and
> openssl port maintainers. It sounds to me like they are doing
> something very wrong.
Seconded. Getting the lib version numbers out of synch for the same
openssl version in base and ports sounds like a big, big accident waiting
to happen.
Doug
--
This .signature sanitized for your protection
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message