From owner-freebsd-questions@FreeBSD.ORG Sun Apr 30 13:33:44 2006 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 1F47216A408 for ; Sun, 30 Apr 2006 13:33:44 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id C081A43D45 for ; Sun, 30 Apr 2006 13:33:43 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from hera.int.dfwlp.com (hera.int.dfwlp.com [192.168.125.82]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.4) with ESMTP id k3UDXcY9037130 for ; Sun, 30 Apr 2006 08:33:38 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 30 Apr 2006 08:33:37 -0500 User-Agent: KMail/1.9.1 References: <20060430093115.5230.qmail@web8912.mail.in.yahoo.com> In-Reply-To: <20060430093115.5230.qmail@web8912.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604300833.38265.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on zeus.int.dfwlp.com Subject: Re: "libexpat.so.5" not found 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: Sun, 30 Apr 2006 13:33:44 -0000 something probably upgraded libexpat.so to ".6". my .6 is located at /usr/local/lib/libexpat.so.6. what i do when i get into situations where one app demands an old version, is just symlink the old version to the new. ln -s /usr/local/lib/libexpat.so.6 /usr/local/lib/libexpat.so.5 this will cause apache to "see" a libexpat.so.5, but it will be using the .6 version. hth, jonathan On Sunday 30 April 2006 04:31, dharam paul wrote: > I am getting folloing error while I try to start > apache : > /libexec/ld-elf.so.1: Shared object "libexpat.so.5" > not found, required by "http > d" > /usr/local/sbin/apachectl start: httpd could not be > started > usage: /usr/local/sbin/apachectl > (start|stop|restart|fullstatus|status|graceful| > configtest|help) > > Help please, > dp > > > > __________________________________________________________ > Yahoo! India Matrimony: Find your partner now. Go to > http://yahoo.shaadi.com _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"