Thread Test::More wird nicht gefunden (5 answers)
Opened by Tolwin at 2005-10-05 12:35

Tolwin
 2005-10-05 12:35
#5729 #5729
User since
2005-10-05
2 Artikel
BenutzerIn
[default_avatar]
Hallo Forum,
trotzdem ich CPAN 1.76_54 installiert habe, bekomme ich immer folgende Fehler bei der Installation des CGI Moduls
ausgegeben
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i586-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/apache............ok                                                      
t/can...............Can't locate Test/More.pm in @INC (@INC contains: blib/lib blib/arch /usr/lib/perl5/5.6.1/i586-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i586-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at t/can.t line 8.
BEGIN failed--compilation aborted at t/can.t line 8.
t/can...............dubious                                                  
       Test returned status 2 (wstat 512, 0x200)
Integer overflow in hexadecimal number at (eval 80) line 1.
t/carp..............ok                                                      
t/cookie............ok                                                      
t/fast..............ok, 7/7 skipped: FCGI not installed, cannot continue    
t/form..............Can't locate Test/More.pm in @INC (@INC contains: . ./blib/lib ./blib/arch blib/arch blib/lib /usr/lib/perl5/5.6.1/i586-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i586-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl) at t/form.t line 7.
BEGIN failed--compilation aborted at t/form.t line 7.
t/form..............dubious                                                  
       Test returned status 2 (wstat 512, 0x200)
t/function..........ok                                                      
t/html..............ok                                                      
t/pretty............ok                                                      
t/push..............ok, 1/12 skipped: do_sleep() test may take a while      
t/request...........ok                                                      
t/start_end_asterisk.ok                                                      
t/start_end_end.....ok                                                      
t/start_end_start...ok                                                      
t/switch............ok                                                      
t/util-58...........skipped test on this platform
t/util..............ok                                                      
Failed Test Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------
t/can.t            2   512    ??   ??       %  ??
t/form.t           2   512    ??   ??       %  ??
1 test and 8 subtests skipped.
Failed 2/17 test scripts, 88.24% okay. 0/451 subtests failed, 100.00% okay.
make: *** [test_dynamic] Error 29

Kann mir jemand sagen woran dies liegt?

Vielen Dank und Gruß
Tolwin

View full thread Test::More wird nicht gefunden