Re: "libexpat.so.5" not found



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"



Relevant Pages

  • Re: Mutex and messages
    ... HTH, ... > 2) New app opens. ... > 3) New app gets file name, and figures out another instance is open. ... >> args property when the app loads and try to open any files found there ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Doc/view benefit or not ?
    ... You could just make a Dialog App. ... HTH, ... > develop a simple SDI application without this Doc/View structure. ... > Could someone tell me in which topics such structure could make my life ...
    (microsoft.public.vc.mfc)
  • Re: Activate application running in system tray
    ... Add a hidden window to your app for the purpose of responding to ... Microsoft MVP-Visual Basic Fear and Loathing in LasVegas ... >> HTH, ...
    (microsoft.public.vb.winapi)
  • Re: Switch off access to an office application
    ... exact registry entry AFAIK to disable access to a particular app. ... > installation and don't want to create lots of group policy to uninstall / ...
    (microsoft.public.office.misc)
  • Re: [RFC/PATCH] revoke/frevoke system calls V2
    ... If I own the file I can make it a symlink to a pty/tty pair ... I make a symlink before running the app which opens it. ...
    (Linux-Kernel)