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 10:45:56 UTC