[rt-users] Problem with perl-CPAN RPM on Red Hat 8.0

Dirk Pape pape-rt at inf.fu-berlin.de
Tue Apr 1 04:06:58 EST 2003


Hello,

--Am Dienstag, 1. April 2003 9:52 Uhr +0100 schrieb Ian Grant 
<Ian.Grant at cl.cam.ac.uk>:

> $ perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install
> MASON dependencies:
>         Params::Validate 0.02...MISSING
> Number found where operator expected at
> /usr/lib/perl5/5.8.0/CPAN/FirstTime.pm  line 464, near "<= 60 && -s _ > 0"
>         (Missing operator before  0?)
> syntax error at /usr/lib/perl5/5.8.0/CPAN/FirstTime.pm line 464, near "<=
> 60  && -s _ > 0"
> Global symbol "$mby" requires explicit package name at
> /usr/lib/perl5/5.8.0/CPAN/FirstTime.pm line 476.

yes, I also had this or something similar. I got rid of it by doing as root:

perl -MCPAN -e shell

answering all questions for configuring CPAN once

install CPAN::Bundle
exit

then

perl -MCPAN -e shell

AGAIN answering all the questions, now persistent in the CPAN directories.

install mod_perl
exit

and after that:

perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install

worked correct.

Dirk.




More information about the rt-users mailing list