From owner-freebsd-questions@FreeBSD.ORG Sat Mar 20 10:46:16 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 F1CB416A4CE for ; Sat, 20 Mar 2004 10:46:15 -0800 (PST) Received: from peter.smxy.org (smxy.org [64.32.179.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD30543D1F for ; Sat, 20 Mar 2004 10:46:15 -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 024F8210F for ; Sat, 20 Mar 2004 13:46:15 -0500 (EST) Message-ID: <405C9176.2070705@smxy.org> Date: Sat, 20 Mar 2004 13:46:14 -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: FreeBSD Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 18:46:16 -0000 I went to rebuild the mod_php4 port with openssl support (btw, is the correct way to do that this: "make -DWITH_OPENSSL" ?). During the build, it wanted to upgrade expat, but said there was an older version installed and that if I wanted it upgraded that I should to a 'make deinstall' and a 'make reinstall' to do so, then come back to the mod_php4 build. So I did that. Now my system is missing an apparently important library 'libexpat.so.4' and things are broken that need it - notably, my web server is down. How do I get the old version reinstalled, and have the new version as well, for things that need it? -ste