Sheng Bao wrote:
>
hi guys,
I encountered a problem when install GetOpt::Tabular.
At the first step, I stopped. Here is the error output.
[EMAIL PROTECTED] Getopt-Tabular-0.3]# perl ./Makefile.PL
Config.pm did not return a true value at
/usr/lib/perl5/5.8.6/ExtUtils/MakeMaker.pm line 9.
BEGIN failed--compilation aborted at
/usr/lib/perl5/5.8.6/ExtUtils/MakeMaker.pm line 9.
Compilation failed in require at ./Makefile.PL line 1.
BEGIN failed--compilation aborted at ./Makefile.PL line 1.
And here is the Perl version information.
[EMAIL PROTECTED] Getopt-Tabular-0.3]# perl -version
This is perl, v5.8.6 built for i386-linux-thread-multi
Can anyone help me? Thanks.
Hi Sheng
Your Config.pm file has been corrupted somehow. It is built when Perl
is installed and should have a 'true' value as the last executable
statement in the file. Take a look and see if it is obvious what has gone
wrong. If you can't see how to fix it it is probably best to reinstall
Perl.
HTH,
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>