Diego Biurrun wrote:
On Thu, Sep 04, 2008 at 07:16:13PM +0200, A Mennucc wrote:
AFAIK this happens only if you use external binary codecs that are linked against that old lib. Can you confirm ?


Yes.
There is already a warning in /usr/share/mplayer/scripts/binary_codecs.sh for powerpc users to install libstdc++5, maybe you should add x86 (and other).

Bin

Correct:

silver:~ $ ldd /usr/local/lib/codecs/drvc.so linux-gate.so.1 => (0xffffe000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7dfb000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7cc9000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7ca4000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c99000)
        /lib/ld-linux.so.2 (0x80000000)

Diego

Reply via email to