Subject: Re: textproc/expat and its library name
To: Andy Ball <ball@cyberspace.org>
From: Trevor Kendall <trevorjk@gmail.com>
List: pkgsrc-users
Date: 04/02/2006 20:37:39
On 4/2/06, Andy Ball <ball@cyberspace.org> wrote:
>
> # apachectl start
> Shared object "libexpat.so.0" not found
>
> I tried re-building and re-installing expat, to
> no avail.
>
> #  find *|grep libexpat.so
> usr/X11R6/lib/libexpat.so.4
> usr/X11R6/lib/libexpat.so.4.0
> usr/X11R6/lib/libexpat.so
> usr/pkg/lib/libexpat.so.1.5.0
> usr/pkg/lib/libexpat.so.1
> usr/pkg/lib/libexpat.so
> usr/pkg/share/x11-links/lib/libexpat.so
> usr/pkg/share/x11-links/lib/libexpat.so.4
> usr/pkg/share/x11-links/lib/libexpat.so.4.0
> #
>
> Is Apache looking in the wrong place, is expat
> calling its library the wrong thing, or is
> there some other problem that someone could
> point me towards?
>
> Thanks,
>   - Andy Ball.
>

Maybe I'm just being blind, but I don't see libexpat.so.0 in the
results of the find.

Trevor