,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) ----*
| I did a 'ldd' on the Firefox3 binary
| and  I got the attached dump of the linked shared objects.
| Interestingly, the first three entries show up something missing -

LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin 
| head -n 5
/usr/local/lib/firefox3/firefox-bin:
        libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000)
        libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000)
        libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000)

firefox3 sets LD_LIBRARY_PATH for you :-)

| thor# ldd firefox-bin
| firefox-bin:
|         libxul.so => not found (0x0)
|         libmozjs.so => not found (0x0)
|         libxpcom.so => not found (0x0)
|         libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000)

-- Alex -- alex-goncha...@comcast.net --

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to