From owner-freebsd-questions@FreeBSD.ORG Sat Mar 20 14:08:59 2004 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 E926016A4CE for ; Sat, 20 Mar 2004 14:08:59 -0800 (PST) Received: from peter.smxy.org (smxy.org [64.32.179.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B3843D39 for ; Sat, 20 Mar 2004 14:08:59 -0800 (PST) (envelope-from ste@smxy.org) Received: from smxy.org (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by peter.smxy.org (Postfix) with ESMTP id 281FC2120; Sat, 20 Mar 2004 17:08:59 -0500 (EST) Message-ID: <405CC0FA.5000704@smxy.org> Date: Sat, 20 Mar 2004 17:08:58 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jorn Argelo References: <20040321215641.4BA0B1705E@www.wcborstel.nl> In-Reply-To: <20040321215641.4BA0B1705E@www.wcborstel.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: I messed up my system, please help. library missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ste@smxy.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 22:09:00 -0000 Jorn Argelo wrote: > I guess the best thing to do is to deinstall Apache as well, and > recompile it from the ports tree. (make sure to sync your ports-tree > first) Make sure you backup your website content, since I don't know if > the make deinstall will delete your content as well. Then recompile PHP > as well. > > >>correct way to do that this: "make -DWITH_OPENSSL" ?). > > > I believe it was yes, though correct me if I am wrong. What got me going again, was making a symbolic link from libexpat.so.5 to libexpat.so.4. That got my webserver running, and allowed me to rebuild mod_php4 (and yes, that *was* the right way to get ssl support into it). I probably should make the time to upgrade anything that relies on expat and remove that link though. -ste