Running HTML Validator Firefox extension on Ubuntu Jaunty 9.04
The HTML Validator has a nice debug window which not only shows the errors & warnings, but also shows tips on how to solve the errors, including small bits of demonstration code. It provides a wholesome learning experience about HTML standards.
The HTML Validator works flawlessly on Windows based systems, but on Linux, it faces a bit of trouble especially on Ubuntu. This is due to incompatibility of the LIBC++ version used to compile the extension and the one available on our system. The following steps will make the HTML Validator work on Ubuntu systems:
1. sudo apt-get install libxul-dev
2. sudo apt-get install libstdc++5
3. sudo apt-get install libnspr4-dev
4. At the end of /etc/profile, add the following line:
“export LD_LIBRARY_PATH=$LD_LIBRARY_PATH/usr/lib/xulrunner/”
Then restart Firefox. If the status bar icon still doesn’t turnup, restart your X session and you’ll have the validator ready.
Thanx man, you rock!
If this doesn’t help, try reinstalling the extension - this worked for me
I really like your post. Does it copyright protected?
Hello. I think the article is really interesting. I am even interested in reading more. How soon will you update your blog?