RE: validating error need help

I reinstalled Perl 5.8.3 and tried it again.  Still getting the same errors - looks like it is trying to use the older perl??, is there a way to tell it to use 5.8.3?
Thank you.


-----Original Message-----
From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net]
Sent: Thursday, June 24, 2004 10:49 AM
To: Nguyen, Long P (Mission Systems)
Cc: www-validator@w3.org
Subject: Re: validating error need help



* Nguyen, Long P (Mission Systems) wrote:
>[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

>I tried it again and still getting the errors:
>
>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.

It seems that you have installed Config::General to a Perl 5.8.3
installation while you run the script using a 5.8.0 installation.
Perl at least looks at the "wrong" directories for Config::General.

Received on Thursday, 24 June 2004 11:57:59 UTC