Date: Sat, 04 Jan 2003 19:53:12 +0100 From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-ports@FreeBSD.ORG, fearow@attbi.com, edwin@mavetju.org Subject: Re: USE_OPENSSL and openssl from ports... Message-ID: <kEe2b2ZDtV@dmeyer.dinoex.sub.org> References: <20030102170551.1f76580e.fearow@attbi.com> <20030102170551.1f76580e.fearow@attbi.com> <20030102231518.GB50581@k7.mavetju>
next in thread | previous in thread | raw e-mail | index | archive | help
Edwin Groothuis schrieb:, > > 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. right... USE_OPENSSL is defunct, see PR from June 2002: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/39054 in between use: .include <bsd.port.pre.mk> .include "${PORTSDIR}/security/openssl/Makefile.ssl" .include <bsd.port.post.mk> which support the new options: (e.g in /etc/make.conf) USE_OPENSSL_BASE=yes USE_OPENSSL_BETA=yes kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] 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?kEe2b2ZDtV>