[EMAIL PROTECTED] writes:
>I'm trying to install Bundle::libnet using perl's CPAN module by running:
>
>       # perl -MCPAN -e 'install Bundle::libnet'
>
>but I get the following error:
>
>CPAN: Compress::Zlib loaded ok
>Error reading from /usr/local/cpan/sources/authors/01mailrc.txt:
>
>Auto-configuring CPAN produces the same error also. I'm using perl
>5.005_03.

You can trace the problem using perl debugger
(see `perldoc perldebug`).

Invoke perl debugger this way...
perl -MCPAN  -wd -e 'install Bundle::libnet'

If you're not interested in debugging/tracing the problem and just want
things
done, install Bundle::libnet like this...
        o  download the tar.gz ball from http:://search.cpan.org
            o  decompress the tar.gz ball and see REAME for installion
instructions
            o  (optional) create RPM and install it by 'rpm -ivh
perl-Bundle-libnet-xx-x.i586.rpm'


sherwin

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to