Re: [Htmlvalidator-help] HTML Validator with FF 2.0 on Ubuntu 6.10
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2006-10-24 13:50:43
|
Hi David, Interesting problem, it looks like a problem there was on debian not a long time ago. In the case of Debian, there was no XPCOM compiled in Firefox. Somebody removed it seeing that it still worked. Unhappily all extension with binary file like mine did not worked. I think you should report this problem to your Ubuntu firefox packager. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378667 Please read this and maybe check that the wa given there works. LD_PRELOAD=libxpcom.so firefox Marc David Rekowski wrote: > Hi there, > > thanks for creating this nice extension to firefox. > > It works fine with firefox 2.0 if I use the binaries from mozilla, > however, the ubuntu 6.10 binaries seem to have the libstdc++.so.5 > problem. Here's the output of ldd libnstidy.so > linux-gate.so.1 => (0xffffe000) > libplds4.so => /usr/lib/libplds4.so (0xb7d38000) > libplc4.so => /usr/lib/libplc4.so (0xb7d33000) > libnspr4.so => /usr/lib/libnspr4.so (0xb7d00000) > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ced000) > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ce9000) > libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7c2f000) > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c09000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7bfe000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ac9000) > /lib/ld-linux.so.2 (0x80000000) > > Seems as if it finds the lib, but cannot use it correctly. > > Any hints would be appreciated, since I prefer to use the version > shipped with ubuntu, instead of a seperate installation. > > > Regards, > David > > |