Skip Menu |

This queue is for tickets about the Net-Telnet-Cisco CPAN distribution.

Report information
The Basics
Id: 6667
Status: resolved
Priority: 0/
Queue: Net-Telnet-Cisco

People
Owner: Nobody in particular
Requestors: rlafleur [...] thehartford.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.10
Fixed in: 1.10



Subject: Install Failed on Net-Telnet-Cisco-1.10 - Sun Solaris 2.8 - Perl5.6.1 Environment
I ran the manual install of this module. Net::Telnet 3.03 is installed. AS stated this is on a Sun Solaris 8 Platform. I ran perl Makefile.PL make make test --- see below output Regards, Bob LaFleur enccu450# perl Makefile.PL Warning: prerequisite Test::More failed to load: Can't locate Test/More.pm in @I NC (@INC contains: /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/ 5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/sit e_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at (eval 14) line 3. Writing Makefile for Net::Telnet::Cisco enccu450# make Manifying blib/man3/Net::Telnet::Cisco.3 enccu450# make test PERL_DL_NONLAZY=1 /bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/ sun4-solaris -I/usr/local/lib/perl5/5.6.1 test.pl Can't locate Test/More.pm in @INC (@INC contains: blib/arch blib/lib /usr/local/ lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/ lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6 .1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris /usr/local/lib/perl5/site_p erl/5.6.1 /usr/local/lib/perl5/site_perl .) at test.pl line 6. BEGIN failed--compilation aborted at test.pl line 6. *** Error code 2 make: Fatal error: Command failed for target `test_dynamic'
From: Joshua Keroes <jkeroes [...] eli.net>
Subject: Re: [cpan #6667] Install Failed on Net-Telnet-Cisco-1.10 - Sun Solari s 2.8 - Perl5.6.1 Environment
Date: Fri, 18 Jun 2004 09:39:06 -0700
To: bug-Net-Telnet-Cisco [...] rt.cpan.org
RT-Send-Cc:
Install Test::More. On Jun 18, 2004, at 7:08 AM, Guest via RT wrote: Show quoted text
> > This message about Net-Telnet-Cisco was sent to you by guest <> via > rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=6667 > > > I ran the manual install of this module. Net::Telnet 3.03 is > installed. AS > stated this is on a Sun Solaris 8 Platform. I ran > perl Makefile.PL > make > make test --- see below output > > Regards, > Bob LaFleur > > enccu450# perl Makefile.PL > > Warning: prerequisite Test::More failed to load: Can't locate > Test/More.pm > in @I > NC (@INC contains: /usr/local/lib/perl5/5.6.1/sun4-solaris > /usr/local/lib/perl5/ > 5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris > /usr/local/lib/perl5/sit > e_perl/5.6.1 /usr/local/lib/perl5/site_perl .) at (eval 14) line 3. > > Writing Makefile for Net::Telnet::Cisco > > enccu450# make > > Manifying blib/man3/Net::Telnet::Cisco.3 > > enccu450# make test > > PERL_DL_NONLAZY=1 /bin/perl -Iblib/arch -Iblib/lib > -I/usr/local/lib/perl5/5.6.1/ > sun4-solaris -I/usr/local/lib/perl5/5.6.1 test.pl > > Can't locate Test/More.pm in @INC (@INC contains: blib/arch blib/lib > /usr/local/ > lib/perl5/5.6.1/sun4-solaris /usr/local/lib/perl5/5.6.1/sun4-solaris > /usr/local/ > lib/perl5/5.6.1 /usr/local/lib/perl5/5.6.1/sun4-solaris > /usr/local/lib/perl5/5.6 > .1 /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris > /usr/local/lib/perl5/site_p > erl/5.6.1 /usr/local/lib/perl5/site_perl .) at test.pl line 6. > > BEGIN failed--compilation aborted at test.pl line 6. > > *** Error code 2 > > make: Fatal error: Command failed for target `test_dynamic' >

Message body is not shown because sender requested not to inline it.

Install Test::More as indicated. Test::More is a dependency in Makefile.PL