Re: "libexpat.so.5" not found



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@xxxxxxxxxxxxxxxx")

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@xxxxxxxxxxxxxxxx" has
to be changed.

Please help solve the problem
Thanks n regards

--- Jonathan Horne <jhorne@xxxxxxxxx> 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@xxxxxxxxxxx mailing list


http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@xxxxxxxxxxx"
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@xxxxxxxxxxx"





____________________________________________________
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
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages