getting valiating error - Software Error

I am getting this error when I try to use the Validator:
 
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 ( <mailto:root@localhost> root@localhost), giving this error message and the time and date of the error. 

I did install the Config/General (output below):

t/run....ok 13/19 .. ok # Using keys() and values()
t/run....ok 14/19 .. ok # Using AUTOLOAD methods
t/run....ok 15/19 .. ok # Testing variable interpolation
t/run....ok 16/19 .. ok # Testing value pre-setting using a hash
t/run....ok 17/19 .. ok # Testing value pre-setting using a string
t/run....ok 18/19 .. ok # Testing various otion/value assignment notations
t/run....ok
All tests successful.
Files=1, Tests=19,  6 wallclock secs ( 0.10 cusr +  0.01 csys =  0.11 CPU)
[root@seahawk Config-General-2.27]# make install
Writing /usr/local/lib/perl5/site_perl/5.8.3/i686-linux/auto/Config/General/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.3/i686-linux/perllocal.pod
[root@seahawk Config-General-2.27]#

Below are some entries in the check file: (line 46 is the use Config::General      qw(); )

use CGI::Carp            qw(carp croak fatalsToBrowser);
use Config::General      qw();
use File::Spec           qw();
use HTML::Parser    3.25 qw(); # Need 3.25 for $p->ignore_elements.
use HTTP::Request        qw();
use IO::File             qw();

Are there any thoughts to why I am getting this errors?  Thank you for your help.

 

Received on Thursday, 24 June 2004 10:48:25 UTC