Date: Sun, 30 Apr 2006 16:57:09 +0100 (BST) From: dharam paul <exiaf_radar_guy38@yahoo.co.in> To: Jonathan Horne <jhorne@dfwlp.com>, freebsd-questions@freebsd.org Subject: Re: "libexpat.so.5" not found Message-ID: <20060430155709.63108.qmail@web8905.mail.in.yahoo.com> In-Reply-To: <200604300833.38265.jhorne@dfwlp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sir, "libexpat.so.5" problem is solved by deinstalling and reinstalling apache. But now I am not able to start apache: This is a n00b here, #apachectl configtest Syntax ok httpd-error.log reports: Mon May 1 00:48:28 2006] [alert] mod_unique_id: unable to gethostbyname("cathy@alfa.alfanet.com") A part of httpd.conf:- ServerName 127.0.0.1 (this line is uncommented) Listen 192.168.1.14:80 (This line commented or uncommented does not alter the error: Error remains : /usr/local/sbin/apachectl start: httpd could not be started I am going to use apache for the local intranet. It looks as if the host name "cathy@alfa.alfanet.com" has to be changed. Please help solve the problem Thanks n regards --- Jonathan Horne <jhorne@dfwlp.com> wrote: > 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" > _______________________________________________ > 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" > ____________________________________________________ Jiyo cricket on Yahoo! India cricket http://in.sports.yahoo.com/cricket/ __________________________________________________________ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060430155709.63108.qmail>