Re: Mozilla 1.7b [Was: Am I there yet? :-)]



<quote who="Bob Kashani">

> Jeff, tell me what this outputs:
> 
> Go into garnome/lib/mozilla-1.7b
> ldd ./libmozjs.so
> 
> Mine seems to be linking against the nspr that's installed on my system?

If you cd, it doesn't, but if you do it au naturale (ie. not letting it
resolve to libs in that dir by default), then it does:

    $ ldd ~/garnome/lib/mozilla-1.7b/libmozjs.so
    libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x400a4000)
    libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x400c8000)
    libplds4.so => /usr/lib/libplds4.so (0x400cb000)
    libplc4.so => /usr/lib/libplc4.so (0x400ce000)
    libnspr4.so => /usr/lib/libnspr4.so (0x400d3000)
    libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x40107000)
    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x40117000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

    $ echo $LD_LIBRARY_PATH
    /home/jdub/garnome/lib:

Ugly.

- Jeff

-- 
GVADEC 2004: Kristiansand, Norway                    http://2004.guadec.org/
 
  "When's the last time you heard of the police having to intervene at an
                   antiquarian book riot?" - Raph Levien



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]