Schrift
[thread]587[/thread]

Test::More wird nicht gefunden

Leser: 1


<< >> 6 Einträge, 1 Seite
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
nepos
 2005-10-05 14:19
#5730 #5730
User since
2005-08-17
1420 Artikel
BenutzerIn
[Homepage] [default_avatar]
Naja, Test::More ist nicht automatisch dabei, wenn du CPAN installiert hast oder?
Du kannst ja in CPAN erstmal das Test::More installieren.
pq
 2005-10-05 14:29
#5731 #5731
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code: (dl )
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 .

jetzt bist du am zug.
wenn du Test/More.pm in einem der angegebenen verzeichnissen findest, dann
hat perl einen fetten bug.
wenn du es nicht findest, hast du es falsch installiert.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
pq
 2005-10-05 14:30
#5732 #5732
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=nepos,05.10.2005, 12:19]Naja, Test::More ist nicht automatisch dabei, wenn du CPAN installiert hast oder?[/quote]
http://search.cpan.org/~andk/CPAN-1.76/
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
Tolwin
 2005-10-05 16:53
#5733 #5733
User since
2005-10-05
2 Artikel
BenutzerIn
[default_avatar]
Danke für die Antworten,

habe CPAN 1.76_54 neu installiert .... jetzt gehts!

Gruß
Tolwin
nepos
 2005-10-05 17:16
#5734 #5734
User since
2005-08-17
1420 Artikel
BenutzerIn
[Homepage] [default_avatar]
@pq: Ah, wusste ich nicht :)
<< >> 6 Einträge, 1 Seite



View all threads created 2005-10-05 12:35.