How to take part in discussions on other sites? (e.g. the LiveJournal)
Problems With Net::Telnet Installation
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Perl web-programming > Problems With Net::Telnet Installation 29 November 2001 16:44:07

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Problems With Net::Telnet Installation

Alexis VAILLANT 29 November 2001 16:44:07
 Hi,

I have problems with Net::Telnet installation

I try to install it with :

perl -MCPAN -e shell

or

perl Makefile.PL
make
make test
make install


i have the following response ::

Running install for module Net::Telnet
Running make for J/JR/JROGERS/Net-Te­lnet-3.02.tar.gz
CPAN: MD5 loaded ok
Checksum for
/root/.cpan/sources­/authors/id/J/JR/JRO­GERS/Net-Telnet-3.02­.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Net-Telnet-3.02/
Net-Telnet-3.02/Mak­efile.PL
Net-Telnet-3.02/Cha­ngeLog
Net-Telnet-3.02/lib­/
Net-Telnet-3.02/lib­/Net/
Net-Telnet-3.02/lib­/Net/Telnet.pm
Net-Telnet-3.02/t/
Net-Telnet-3.02/t/s­elect.t
Net-Telnet-3.02/REA­DME
Net-Telnet-3.02/MAN­IFEST
Removing previously used /root/.cpan/build/N­et-Telnet-3.02

CPAN.pm: Going to build J/JR/JROGERS/Net-Te­lnet-3.02.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Net::Telnet
cp lib/Net/Telnet.pm blib/lib/Net/Telnet­.pm
Manifying blib/man3/Net::Teln­et.3
/usr/bin/make -j3 -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl­ -Iblib/arch -Iblib/lib
-I/usr/local/lib/pe­rl5/5.6.1/i686-linux­ -I/usr/local/lib/pe­rl5/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/select....FAILED test 3

Failed 1/3 tests, 66.67% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------­--------------------­--------------------­-----------------
---
t/select.t 3 1 33.33% 3
Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay.
make: *** [test_dynamic] Erreur 29
/usr/bin/make test -- NOT OK
Running make install
Writing
/usr/local/lib/perl­5/site_perl/5.6.1/i6­86-linux/auto/Net/Te­lnet/.packlist
Appending installation info to
/usr/local/lib/perl­5/5.6.1/i686-linux/p­erllocal.pod
/usr/bin/make install UNINST=1 -- OK

a second question : is ther a way to simply install all perl modules.
Add comment
Bob Showalter 29 November 2001 16:44:07 permanent link ]
 
-----Original Message-----> From: Alexis VAILLANT [mailto:availlant@alapage.com]> Sent: Thursday, November 29, 2001 4:14 AM> To: 'perl '> Subject: Problems With Net::Telnet Installation>
Hi,>
I have problems with Net::Telnet installation>
I try to install it with :>
perl -MCPAN -e shell >
perl Makefile.PL> make> make test> make install>
i have the following response ::>
Running install for module Net::Telnet> Running make for J/JR/JROGERS/Net-Te­lnet-3.02.tar.gz> CPAN: MD5 loaded ok> Checksum for> /root/.cpan/sources­/authors/id/J/JR/JRO­GERS/Net-Telnet-3.02­.tar.gz ok> Scanning cache /root/.cpan/build for sizes> Net-Telnet-3.02/> Net-Telnet-3.02/Mak­efile.PL> Net-Telnet-3.02/Cha­ngeLog> Net-Telnet-3.02/lib­/> Net-Telnet-3.02/lib­/Net/> Net-Telnet-3.02/lib­/Net/Telnet.pm> Net-Telnet-3.02/t/>­ Net-Telnet-3.02/t/s­elect.t> Net-Telnet-3.02/REA­DME> Net-Telnet-3.02/MAN­IFEST> Removing previously used /root/.cpan/build/N­et-Telnet-3.02>
CPAN.pm: Going to build J/JR/JROGERS/Net-Te­lnet-3.02.tar.gz>
Checking if your kit is complete...> Looks good> Writing Makefile for Net::Telnet> cp lib/Net/Telnet.pm blib/lib/Net/Telnet­.pm> Manifying blib/man3/Net::Teln­et.3> /usr/bin/make -j3 -- OK> Running make test> PERL_DL_NONLAZY=1 /usr/local/bin/perl­ -Iblib/arch -Iblib/lib> -I/usr/local/lib/pe­rl5/5.6.1/i686-linux­ > -I/usr/local/lib/pe­rl5/5.6.1 -e 'use> Test::Harness qw(&runtests $verbose); $verbose=0; runtests > @ARGV;' t/*.t> t/select....FAILED test 3>
Failed 1/3 tests, 66.67% okay> Failed Test Stat Wstat Total Fail Failed List of Failed> -------------------­--------------------­--------------------­---> --------------> ---> t/select.t 3 1 33.33% 3> Failed 1/1 test scripts, 0.00% okay. 1/3 subtests failed, 66.67% okay.> make: *** [test_dynamic] Erreur 29> /usr/bin/make test -- NOT OK> Running make install> Writing> /usr/local/lib/perl­5/site_perl/5.6.1/i6­86-linux/auto/Net/Te­lne> t/.packlist> Appending installation info to> /usr/local/lib/perl­5/5.6.1/i686-linux/p­erllocal.pod> /usr/bin/make install UNINST=1 -- OK

The test program for Net::Telnet is very simple, and can be found in
t/select.t under the distribution. It basically just creates a socket
and calls select() to test if the socket is ready for reading. The
failure of test 3 means that select() did not return the expected value
of 0.

You can try just ignoring the error and using 'force install Net::Telnet'
from CPAN. If the problem is with the test script, the module may still
work fine. Also, you should contact the module's author and see if you
can work out whether the problem is with your system or with the test
script.
a second question : is ther a way to simply install all perl > modules.

You don't want to install all modules. Some are platform-specific.
Some require additional libraries, etc. that you have to get from
third parties (GD, DBD::Oracle, etc.)
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Perl web-programming > Problems With Net::Telnet Installation 29 November 2001 16:44:07

see also:
Problems generating right ejb-jar.xml…
How do I genereate the primary key…
Re: Pb with *:1 relationship (Thanks)
пройди тесты:
see also:
Strawberry Cake
Low cost website promotion

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .