RE: validating error need help

I copied the check file over from "/usr/local/validator/httpd/cgi-bin/check" to "/usr/local/validator/htdocs/check"

And now when I try it again - I get the following errors below about the "check" file.

Software error:
Can't locate Config/General.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at /usr/local/validator/htdocs/check line 46.
BEGIN failed--compilation aborted at /usr/local/validator/htdocs/check line 46.

For help, please send mail to the webmaster (root@localhost), giving this error message and the time and date of the error. 

Any ideas?


-----Original Message-----
From: Nguyen, Long P (Mission Systems) 
Sent: Wednesday, June 23, 2004 4:46 PM
To: 'David Dorward'
Subject: RE: validating error need help


This is what's in the /var/log/httpd/error_log:

[Wed Jun 23 16:26:48 2004] [error] [client 158.114.144.121] script not found or unable to stat: /usr/local/validator/htdocs/check, referer: http://158.114.148.90/validator/
[Wed Jun 23 16:42:09 2004] [error] [client 158.114.144.121] script not found or unable to stat: /usr/local/validator/htdocs/check, referer: http://158.114.148.90/validator/

I assume it's looking for the "check" script at "/usr/local/validator/htdocs/check" ???
I did a find and it came back with the "check" script at "/usr/local/validator/httpd/cgi-bin/check"

Can I copy the file "/usr/local/validator/httpd/cgi-bin/check" to "/usr/local/validator/htdocs/check" ???

I am a newbie and I certainly appreciate your help.



-----Original Message-----
From: David Dorward [mailto:david@dorward.me.uk]
Sent: Wednesday, June 23, 2004 4:20 PM
To: Nguyen, Long P (Mission Systems)
Cc: www-validator@w3.org
Subject: Re: validating error need help


On Wed, 2004-06-23 at 21:10, Nguyen, Long P (Mission Systems) wrote:

> I installed and configured the Validator on one of my local machine -
> I am able to click on the link that takes me to the Markup Validation
> Servicev0.6.6 on that local machine and when I go to validate by URL
> and type in the address and click check - I get the following errors
> below.  What is causing this?  Did I miss something in the
> instalaltion or any thoughts to this?  Thank you.
>  

> Error 404

The case of this error is the same as for pretty much any time you see
it - the URL in the addressbar is pointing at something which doesn't
exist. Check the server log files to see where on your file system it is
trying to find the check script and then see where it really is.

You should then set up an alias or move the file. Most likely you got
something wrong in setting up httpd.conf.

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>

Received on Wednesday, 23 June 2004 17:04:34 UTC