Re: [Htmlvalidator-help] Gentoo HTML Validator Documentation
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2007-01-24 20:29:08
|
Thanks Rich, Really I do not know what to say. It is quite unlogical, since the both files are identical on my site and on addons.mozilla I do not understand what happened ? I think the OS detection was working fine. Also it had probably worked else you had got no libnstidy.so after installing. Very strange. Anyway thanks for reporting the problem. Marc Richard Lynch wrote: > I installed HTML Validator from the firefox/mozilla site, and ended up > here: > http://users.skynet.be/mgueury/mozilla/faq.html#LINUX > > Symptom: > ldd libnstidy.so > linux-gate.so.1 => (0xffffe000) > libplds4.so => /usr/lib/nspr/libplds4.so (0xb7e9e000) > libplc4.so => /usr/lib/nspr/libplc4.so (0xb7e99000) > libnspr4.so => /usr/lib/nspr/libnspr4.so (0xb7e5f000) > libpthread.so.0 => /lib/libpthread.so.0 (0xb7e4c000) > libdl.so.2 => /lib/libdl.so.2 (0xb7e47000) > libstdc++.so.5 => not found > libm.so.6 => /lib/libm.so.6 (0xb7e22000) > libgcc_s.so.1 => > /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1 > (0xb7e17000) > libc.so.6 => /lib/libc.so.6 (0xb7cf9000) > /lib/ld-linux.so.2 (0x80000000) > > Then I did: > > su > emerge libstdc++ > > Didn't seem to work... > > Then I installed from YOUR site, for Linux32. > > Fixed it. > > So perhaps the detection up on mozilla or firefox for Gentoo could be > improved, or perhaps they have an older version or ... > > Well, I'll leave it in your capable hands exactly what went wrong, but > there it is. > > PS I LOVE the HTML Validator!!! > > > |