From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 18:06:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DD637B401 for ; Tue, 15 Apr 2003 18:06:13 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A2B43FA3 for ; Tue, 15 Apr 2003 18:06:12 -0700 (PDT) (envelope-from support@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h3G15wsb098269; Tue, 15 Apr 2003 20:05:59 -0500 (CDT) (envelope-from support@westbend.net) Message-ID: <01cb01c303b4$66920cb0$13fd2fd8@Admin02> From: "West Bend Support" To: "Kill the Penguin" , "Jack L. Stone" References: Date: Tue, 15 Apr 2003 20:06:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: ports@freebsd.org cc: dinoex@freebsd.org cc: rse@engelschall.com cc: freebsd-questions@freebsd.org cc: Jim Mock Subject: Re: The chicken and the OpenSSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 01:06:13 -0000 From: "Kill the Penguin" > Okey Dokey then. How come libcrypto.so.3 is included when you install into > /usr/local, but not when you overwrite the base install? > It is installed, it just that -DOPENSSL_OVERWRITE_BASE tells the port to install libcrypto as libcrypto.so.2 instead of libcrypto.so.3. Scot