Re: perl -MCPAN -e shell failed

2008-04-29 Thread Richard Lee

Rob Dixon wrote:

Richard Lee wrote:
  
after freshelly installing fedora 9(which is preview version) and which 
has perl 5.10 fails command line perl module install.
Granted that it means I don't have cpan.pm module, how come it didn't 
come w/ it by default or did I do something wrong?


also, searching for CPAN.pm on cpan.org comes up w/ nothing.. can 
someone let me know please?


[EMAIL PROTECTED] perl-5.8.1]# perl -v

This is perl, v5.10.0 built for i386-linux-thread-multi

Copyright 1987-2007, Larry Wall

Perl may be copied only under the terms of either the Artistic License 
or the

GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

[EMAIL PROTECTED] perl-5.8.1]# perl -MCPAN -e shell
Can't locate CPAN.pm in @INC (@INC contains: 
/usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 
/usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi 
/usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/site_perl/5.8.8 
/usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 
/usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.8.8 
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .).

BEGIN failed--compilation aborted.
[EMAIL PROTECTED] perl-5.8.1]#



Is this a clean install of Fedora? I'm puzzled by all the mentions of Perl 5.8
here, and wonder if your Perl installation is intact.

You could try downloading CPAN and installing it manually. You can download the
latest version here

  http://search.cpan.org/~andk/CPAN/lib/CPAN.pm

and read about manual installation in

  perldoc perlmodinstall

HTH,

Rob
  
Perhaps, it wasn't a clean install after all, I will have to do it 
again(it did have previous older fedora and I just installed them 
blindly(while at work, just pressed

next next next...).
but I was able to install CPAN.pm  and it is working but perhaps I will 
reinstall them.


I have personal linux station at work but i am installing them over 2 
laptop and another pc at work to really push myself to linux world(and perl)


thanks!! (will read perlmodinstall )

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




Re: perl -MCPAN -e shell failed

2008-04-29 Thread Rob Dixon
Richard Lee wrote:
> after freshelly installing fedora 9(which is preview version) and which 
> has perl 5.10 fails command line perl module install.
> Granted that it means I don't have cpan.pm module, how come it didn't 
> come w/ it by default or did I do something wrong?
> 
> also, searching for CPAN.pm on cpan.org comes up w/ nothing.. can 
> someone let me know please?
> 
> [EMAIL PROTECTED] perl-5.8.1]# perl -v
> 
> This is perl, v5.10.0 built for i386-linux-thread-multi
> 
> Copyright 1987-2007, Larry Wall
> 
> Perl may be copied only under the terms of either the Artistic License 
> or the
> GNU General Public License, which may be found in the Perl 5 source kit.
> 
> Complete documentation for Perl, including FAQ lists, should be found on
> this system using "man perl" or "perldoc perl".  If you have access to the
> Internet, point your browser at http://www.perl.org/, the Perl Home Page.
> 
> [EMAIL PROTECTED] perl-5.8.1]# perl -MCPAN -e shell
> Can't locate CPAN.pm in @INC (@INC contains: 
> /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 
> /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/site_perl/5.8.8 
> /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 
> /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl 
> /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.8.8 
> /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 
> /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl .).
> BEGIN failed--compilation aborted.
> [EMAIL PROTECTED] perl-5.8.1]#

Is this a clean install of Fedora? I'm puzzled by all the mentions of Perl 5.8
here, and wonder if your Perl installation is intact.

You could try downloading CPAN and installing it manually. You can download the
latest version here

  http://search.cpan.org/~andk/CPAN/lib/CPAN.pm

and read about manual installation in

  perldoc perlmodinstall

HTH,

Rob

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/