in reply to Compiling Net::Telnet -- test fails
and in the shell doing something likeperl -MCPAN -e shell
Now you could just force it withinstall Net::Telnet
Or if you have a previous library installed, you could try something a tad sketchy by using a backdated version of perl to get it to install. Use perl -v (it'll prolly give you perl 5.6.1), and search your system for perl5.6.0. Try that with the -MCPAN -e shell. That sometimes gets things to install, but you may need to add a use lib line in the beginning of your scripts to get it right.force install Net::Telnet
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Compiling Net::Telnet -- test fails
by tektsu (Acolyte) on Feb 07, 2002 at 16:59 UTC |