From owner-freebsd-stable@FreeBSD.ORG Fri Oct 10 16:36:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B84C16A4B3 for ; Fri, 10 Oct 2003 16:36:10 -0700 (PDT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F8C43FA3 for ; Fri, 10 Oct 2003 16:36:09 -0700 (PDT) (envelope-from danielc@green-orb.com) Received: from user-37ka4dr.dsl.mindspring.com ([207.69.17.187] helo=zero) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1A86nl-0006VJ-00; Fri, 10 Oct 2003 16:36:05 -0700 From: "Daniel" Organization: 5am Designs To: John Fox , freebsd-stable@freebsd.org Date: Fri, 10 Oct 2003 19:35:41 -0400 MIME-Version: 1.0 Message-ID: <3F870A0D.20417.682BC48@localhost> Priority: normal In-reply-to: <20031010161312.GA3288@mind.net> X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: build problem replacing libssl.so -- please read! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 23:36:10 -0000 On 10 Oct 2003 at 9:13, John Fox wrote: > Hello to all, > > [snip] > > I've got a production machine running FreeBSD 4.8-RELEASE, and I > need to upgrade it to fix the SSL, procfs issues that have come up > lately. > One of my aims was to replace libssl.so.3 with a fixed version... > > [snip lots of problems mixing libraries and such] Have you done a complete buildworld/buildkernel/installkernel/reboot single/installworld/reboot cycle yet (with mergemasters in appropriate places as documented in the handbook)? I'd strongly recommend that, then if problems persist, try pkg_deinstall()ing the apache and reinstalling it from the port. There are a lot of things that can get whacked by just slicing over a new library from - STABLE into a -RELEASE machine. -STABLE is at 4.9-RC now, so you're almost a full point release ahead of where you are coming from. In FreeBSD terms, that's a lot. I'd rebuild apache after that anyway to catch the mod_ssl updates as well. Obviously, at this point, I'd clean the usr/obj directory entirely, and do a make cleandir && make cleandir in /usr/src before starting the buildworld process. You may want to re-cvsup again following that as well, to ensure everything is in place. That guarantees you the cleanest and most straightforward upgrade path. Peace, -- Daniel <><