For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > January 2006 > New modules for Fedora Core









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author New modules for Fedora Core
Michael

2006-01-10, 4:02 am

I was able to download two modules using:

cpan Net::SSH::Perl

cpan Expect

...but if I run " rpm -qa | grep -i perl"

I am not seeing the new modules I downloaded. Perhaps this is because
of how perl was compiles during the initial install of the FC4 system.
Is there a way to download these modules directly from Red Hat so they
are installed in the right place and perl notices their existence?

Thanks.

usenet@DavidFilmer.com

2006-01-10, 4:02 am

Michael wrote:
> I was able to download two modules using:
>
> cpan Net::SSH::Perl
> cpan Expect
>
> ..but if I run " rpm -qa | grep -i perl"
>
> I am not seeing the new modules I downloaded. Perhaps this is because
> of how perl was compiles during the initial install of the FC4 system.


No, it's because you didn't install the modules as RPM's (and that's
fine).

> Is there a way to download these modules directly from Red Hat so they
> are installed in the right place and perl notices their existence?


The CPAN module should install the modules in the correct place, and
Perl should be able to use them just fine. Are you seeing a problem
when you "use Expect" (etc) in your programs?

--
http://DavidFilmer.com

Michael

2006-01-10, 4:02 am

You are right - it looks like perl is finding it ok. Thanks.

..

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com