Hi: 

Writing Makefile for Net::Telnet
mkdir blib
mkdir blib/lib
mkdir blib/lib/Net
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Net
mkdir blib/arch/auto/Net/Telnet
mkdir blib/lib/auto
mkdir blib/lib/auto/Net
mkdir blib/lib/auto/Net/Telnet
mkdir blib/man3
cp lib/Net/Telnet.pm blib/lib/Net/Telnet.pm
Manifying blib/man3/Net::Telnet.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.00502/i586-linux -I/usr/lib/perl5/5.00502 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/select............Ambiguous call resolved as CORE::open(), qualify as
such or use & at blib/lib/Net/Telnet.pm line 1994.
ok
All tests successful.
Files=1,  Tests=1,  1 wallclock secs ( 0.26 cusr +  0.06 csys =  0.32
CPU)
  /usr/bin/make test -- OK

Please help with error at install Net::Telnet, and 


-------------------  Start Code  -----------------------
#!/usr/bin/perl -w
use Net::Telnet;
    $t = new Net::Telnet (Timeout => 10,
                          Prompt => '/bash\$ $/');
$host="my host";
$username="user";
$passwd="passuser";

    $t->open($host);
    $t->login($username, $passwd);
    @lines = $t->cmd("/usr/bin/who");
    print @lines;
-------------------- End code -------------------------

uel:~/telnet > ./telnet1.pl
Ambiguous call resolved as CORE::open(), qualify as such or use & at
/usr/lib/perl5/site_perl/5.005/Net/Telnet.pm line 1994.
unknown remote host: my host at ./telnet1.pl line 9


Same error!!



this modules runned ok on suse5.3.

Thanks.

Jose Caleron-Celis
[EMAIL PROTECTED]
--
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to