From owner-freebsd-ports Thu Jan 2 15:15:31 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE22837B401 for ; Thu, 2 Jan 2003 15:15:30 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23CD243EA9 for ; Thu, 2 Jan 2003 15:15:30 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 634442B67F; Fri, 3 Jan 2003 00:15:22 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 7262D6A7137; Fri, 3 Jan 2003 10:15:18 +1100 (EST) Date: Fri, 3 Jan 2003 10:15:18 +1100 From: Edwin Groothuis To: Anti Cc: freebsd-ports@freebsd.org Subject: Re: USE_OPENSSL and openssl from ports... Message-ID: <20030102231518.GB50581@k7.mavetju> References: <20030102170551.1f76580e.fearow@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030102170551.1f76580e.fearow@attbi.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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