Andrew Errington wrote:

Anyone got Adobe's SVG viewer working with Mozilla 1.5 on Linux? I just tried it, following Adobe's instructions, and Mozilla says "I can't handle SVG - what would you like to do".

Debian's Mozilla 1.5 in testing is compiled with GCC 3.3, while there's a good chance Adobe's SVG plugin was compiled with GCC 2.95; they're not compatible. Try running ldd against mozilla-bin and the plugin .so, and see whether they're using the same version of libstdc++, e.g.

$ ldd /usr/lib/mozilla/mozilla-bin | grep libstdc
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x41257000)
$ ldd /usr/bin/gnusim8085 | grep libstdc
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x41252000)

--
"Hanging is too good for a man who makes puns; he should be drawn and quoted."
-- Fred Allen

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to