Re: [Htmlvalidator-help] HTML Validator 0.83 doesn't work on Linux
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2007-01-17 22:39:25
|
Hi Vitaly, It is maybe something to do about XPCOM ... Please look in the error console to see the error message. Please maybe try this: cd <your firefox directory> export LD_PRELOAD=libxpcom.so ./firefox Thanks, Marc Ps: Strange this works for me on Suse SLES9 ? Which distribution do you use ? Vitaly Harisov wrote: > > Icon is always green and "0 error / 0 warnings" shown. > > As far as I see extension loaded correctly: > > /home/vitaly/.mozilla/firefox/yf32cs6a.default/extensions/{3b56bcc7-54e5-44a2-9b44-66c3ef58c13e}/components# > ldd libnstidy.so > linux-gate.so.1 => (0xb7f47000) > libplds4.so => /usr/lib/nspr/libplds4.so (0xb7d7c000) > libplc4.so => /usr/lib/nspr/libplc4.so (0xb7d76000) > libnspr4.so => /usr/lib/nspr/libnspr4.so (0xb7d36000) > libpthread.so.0 => /lib/libpthread.so.0 (0xb7d23000) > libdl.so.2 => /lib/libdl.so.2 (0xb7d1e000) > libstdc++.so.5 => /usr/lib/libstdc++-v3/libstdc++.so.5 > (0xb7c62000) > libm.so.6 => /lib/libm.so.6 (0xb7c3d000) > libgcc_s.so.1 => > /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1 (0xb7c33000) > libc.so.6 => /lib/libc.so.6 (0xb7b17000) > /lib/ld-linux.so.2 (0x80000000) > > Gentoo Linux, Firefox 1.5.0.9 (bin from MoFo) and Firefox 2.0.0.1 > (compiled from sources). > > Site for testing: http://yandex.ru/ > > --The End > > |