Problem with perl module for w3c validator to work on my local Apache+PHP+perl instal
Hi,
After having installed my server on Linux FC3, and some needed (for me) packages, I have installed Apache (in fact it was already installed), mySQL, PHP, and then w3c validator. This last one need some perl modules, so I have gotten it one after one, and have installed it one after one; but when I browse to my local w3c validator, I have this error :
Can't load '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/HTML/Parser/Parser.so' for module HTML::Parser: /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/HTML/Parser/Parser.so: failed to map segment from shared object: Permission denied at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at /var/www/html/validator/htdocs/check line 48
Compilation failed in require at /var/www/html/validator/htdocs/check line 48.
BEGIN failed--compilation aborted at /var/www/html/validator/htdocs/check line 48.
I have followed given installation's instructions but unfortunately, there is this error ... At this moment, after some read and test I really do not know what to do ... Is someone have a good idea ?
|