On 6/1/06, Randy McMurchy <[EMAIL PROTECTED]> wrote:

Notice below there are several libs Firefox "can't find". However,
it runs perfectly because it has internal knowledge of the whereabouts
of the libs.

[EMAIL PROTECTED]: ~/build > ldd /opt/firefox/lib/firefox*/firefox-bin
        linux-gate.so.1 =>  (0xffffe000)
        libmozjs.so => not found
        libxpcom.so => not found
        libxpcom_core.so => not found
        libplds4.so => /usr/lib/libplds4.so (0xb7ef7000)
        libplc4.so => /usr/lib/libplc4.so (0xb7ef2000)
        libnspr4.so => /usr/lib/libnspr4.so (0xb7ec0000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7eac000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7ea8000)
        [snip remaining libraries]

Not exactly "internal knowledge" as in inside the binary.  firefox-bin
just get's launched by a shell script that sets LD_LIBRARY_PATH.  But
the shell script has "internal knowledge" about the location of those
libraries. :)

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to