pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: www/firefox3: font rendering regression with 3.0.9



On Thu 30 Apr 2009 at 02:34:08 +0200, Joerg Sonnenberger wrote:
> You can do that already with objdump -p.

That is true, but you have to do the recursing yourself.
Here is a sample output of what I mean. I won't use firefox-bin since
the output is a bit long :-)

$ ldd -a /usr/local/bin/lynx
/usr/local/bin/lynx:
        libintl.so.8 => /usr/local/lib/libintl.so.8 (0x800733000)
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x80083c000)
        libz.so.3 => /lib/libz.so.3 (0x800a35000)
        libncurses.so.6 => /lib/libncurses.so.6 (0x800b48000)
        libssl.so.4 => /usr/lib/libssl.so.4 (0x800ca1000)
        libcrypto.so.4 => /lib/libcrypto.so.4 (0x800dd9000)
        libc.so.6 => /lib/libc.so.6 (0x80101f000)
/usr/local/lib/libintl.so.8:
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x80083c000)
/usr/lib/libssl.so.4:
        libcrypto.so.4 => /lib/libcrypto.so.4 (0x800dd9000)

(objdump -p shows that libiconv and libcrypto are indeed also needed
directly by lynx)

> Joerg
-Olaf.
-- 
___ Olaf 'Rhialto' Seibert    -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl      -- Cetero censeo "authored" delendum esse.


Home | Main Index | Thread Index | Old Index