From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 06:30:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CCEC016A41F for ; Mon, 21 Nov 2005 06:30:02 +0000 (GMT) (envelope-from russell@russellmeek.net) Received: from a.mx.russellmeek.net (91.59.118.70.cfl.res.rr.com [70.118.59.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C7D343D45 for ; Mon, 21 Nov 2005 06:30:01 +0000 (GMT) (envelope-from russell@russellmeek.net) Received: (qmail 97708 invoked by uid 89); 21 Nov 2005 06:30:01 -0000 Received: by simscan 1.1.0 ppid: 95215, pid: 96164, t: 0.3744s scanners: attach: 1.1.0 clamav: 0.87.1/m:34/d:1169 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on prometheus.russellmeek.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED,HTML_MESSAGE autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.172.1.123?) (russell@russellmeek.net@192.172.1.123) by a.mx.russellmeek.net with (DHE-RSA-AES256-SHA encrypted) SMTP; 21 Nov 2005 06:30:01 -0000 Message-ID: <43816960.1000106@russellmeek.net> Date: Mon, 21 Nov 2005 01:29:52 -0500 From: Russell Meek User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051118005404.GA53252@oracle.local.lan> <437D6971.50309@russellmeek.net> <20051119005143.GB53252@oracle.local.lan> In-Reply-To: <20051119005143.GB53252@oracle.local.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Should I have 2 copies of OpenSSL? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 06:30:03 -0000 Justin Meyer wrote: >Hi Russell! > >On Fri, 18 Nov 2005, Russell E. Meek wrote: > > > >>Justin Meyer wrote: >> >> >> >>>What gives? Is the way things should be? Or did I foul something up >>>somewhere along the way through my upgrades? If I did mess something up, >>>what should I do to fix it? >>> >>> >>> > > > >>Justin, >> >>How about trying this, you have the most recent version of openssl >>installed in base due to the upgrade to 6.0 - release. >> >>If you have the OpenSSL port installed why don't you uninstall the port >>and place the following in your /etc/make.conf file >> >>WITH_OPENSSL_BASE=yes >> >>This will force all ports you install going foward to use the base >>install of OpenSSL and not to install OpenSSL as a dependency from ports. >> >>You could then make deinstall, make install clean && make distclean any >>port that requires OpenSSL, Ruby for instance. >> >>This should make it build with the base install, eliminating the version >>conflict. >> >> > >That seems to have done the trick, Russell; the script works again! >Thank you very much for the suggestions :) > > > No problem, anytime