Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2003 10:15:18 +1100
From:      Edwin Groothuis <edwin@mavetju.org>
To:        Anti <fearow@attbi.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: USE_OPENSSL and openssl from ports...
Message-ID:  <20030102231518.GB50581@k7.mavetju>
In-Reply-To: <20030102170551.1f76580e.fearow@attbi.com>
References:  <20030102170551.1f76580e.fearow@attbi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 02, 2003 at 05:05:51PM -0600, Anti wrote:
> 
> why does building ports which define USE_OPENSSL die with an error
> about needing the crypto distribution when it isn't installed, even
> when openssl from ports is installed and the port compiles just
> fine? shouldn't there be some kind of check for this?

It only looks for /usr/lib/libcrypto.so, not for
/usr/local/lib/libcrypto.so.

Compile/install security/openssl with OPENSSL_OVERWRITE_BASE=1 and
you're up and running again.

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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