[sldev] libexpat

Ricky kf6kjg at gmail.com
Wed Mar 4 18:08:11 PST 2009


Ok.

So:
        ldd do-not-directly-run-secondlife-bin | grep -v 'expat' | cut -c2-
| sed -e 's/.*=> //' | cut -d' ' -f1 | xargs ldd | grep 'expat'
gives:
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f806d166000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f4df893e000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fa792e8a000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007ff56f681000)
ldd: warning: you do not have execution permission for `/lib/libgcc_s.so.1'
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fd8d83d7000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f027e221000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f4f62219000)

And so I asked equery if there was anything in my system linked against
libexpat.so.0, and the answer was no.

hum...

On Wed, Mar 4, 2009 at 5:52 PM, Carlo Wood <carlo at alinoe.com> wrote:

> On Wed, Mar 04, 2009 at 05:44:01PM -0800, Ricky wrote:
> >         ldd do-not-directly-run-secondlife-bin | grep expat
> > and get
> >         libexpat.so.0 => not found
> >         libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f840c1fd000)
> >
> > And am sitting here wondering why libexpat.so.0 is being linked.   I
> understand
>
> Maybe one of the other libraries is linked with it?
> Try running ldd on every library that you use while linking
> do-not-directly-run-secondlife-bin
>
> --
> Carlo Wood <carlo at alinoe.com>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20090304/766c56a5/attachment.htm


More information about the SLDev mailing list