Thread [libwww-perl] Installation: HTTP server bricht ab - Strawberry Perl 32bit Win7 (8 answers)
Opened by GwenDragon at 2014-10-20 08:52

GwenDragon
 2014-10-20 08:52
#177903 #177903
User since
2005-01-17
14536 Artikel
Admin1
[Homepage]
user image
Bekommt jemand libwww installiert/getestet?

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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
cpan> look MSCHILLI/libwww-perl-6.08.tar.gz

Trying to open a subshell in the build directory...
Checksum for C:\strawberry\cpan\sources\authors\id\M\MS\MSCHILLI\libwww-perl-6.08.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
............................................................................DONE
Working directory is C:\strawberry\cpan\build\libwww-perl-6.08-Dd8yUN
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.

PERL-5.14 C:\strawberry\cpan\build\libwww-perl-6.08-Dd8yUN>Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for LWP
Writing MYMETA.yml and MYMETA.json

PERL-5.14 C:\strawberry\cpan\build\libwww-perl-6.08-Dd8yUN>dmake
cp lib/LWP/RobotUA.pm blib\lib\LWP\RobotUA.pm
cp lib/LWP/Debug.pm blib\lib\LWP\Debug.pm
cp lib/LWP/Authen/Ntlm.pm blib\lib\LWP\Authen\Ntlm.pm
cp lib/LWP.pm blib\lib\LWP.pm
cp lib/LWP/Protocol.pm blib\lib\LWP\Protocol.pm
cp lib/LWP/ConnCache.pm blib\lib\LWP\ConnCache.pm
cp lib/LWP/Protocol/ftp.pm blib\lib\LWP\Protocol\ftp.pm
cp lib/LWP/Authen/Digest.pm blib\lib\LWP\Authen\Digest.pm
cp lib/LWP/Protocol/gopher.pm blib\lib\LWP\Protocol\gopher.pm
cp lwpcook.pod blib\lib\lwpcook.pod
cp lib/LWP/Protocol/cpan.pm blib\lib\LWP\Protocol\cpan.pm
cp lib/LWP/Protocol/file.pm blib\lib\LWP\Protocol\file.pm
cp lib/LWP/Protocol/GHTTP.pm blib\lib\LWP\Protocol\GHTTP.pm
cp lib/LWP/DebugFile.pm blib\lib\LWP\DebugFile.pm
cp lib/LWP/Protocol/data.pm blib\lib\LWP\Protocol\data.pm
cp lib/LWP/Protocol/nogo.pm blib\lib\LWP\Protocol\nogo.pm
cp lib/LWP/Authen/Basic.pm blib\lib\LWP\Authen\Basic.pm
cp lib/LWP/UserAgent.pm blib\lib\LWP\UserAgent.pm
cp lib/LWP/Simple.pm blib\lib\LWP\Simple.pm
cp lib/LWP/Protocol/nntp.pm blib\lib\LWP\Protocol\nntp.pm
cp lib/LWP/Protocol/loopback.pm blib\lib\LWP\Protocol\loopback.pm
cp lib/LWP/Protocol/mailto.pm blib\lib\LWP\Protocol\mailto.pm
cp lib/LWP/Protocol/http.pm blib\lib\LWP\Protocol\http.pm
cp lib/LWP/MemberMixin.pm blib\lib\LWP\MemberMixin.pm
cp lwptut.pod blib\lib\lwptut.pod
C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- bin/lwp-dump blib\script\lwp-dump
pl2bat.bat blib\script\lwp-dump
C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- bin/lwp-mirror blib\script\lwp-mirror
pl2bat.bat blib\script\lwp-mirror
C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- bin/lwp-download blib\script\lwp-download
pl2bat.bat blib\script\lwp-download
C:\strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp -- bin/lwp-request blib\script\lwp-request
pl2bat.bat blib\script\lwp-request

PERL-5.14 C:\strawberry\cpan\build\libwww-perl-6.08-Dd8yUN>perl t\TEST -v robot
robot/ua-get.t ..
1..8
Will access HTTP server at http://pc1:49273/
not ok 1
not ok 2
HTTP Server terminated
not ok 3
ok 4
Terminating server...
not ok 5
ok 6
not ok 7
ok 8
Failed 5/8 subtests
robot/ua.t ......
1..7
Will access HTTP server at http://pc1:49279/
not ok 1
not ok 2
HTTP Server terminated
not ok 3
ok 4
Terminating server...
not ok 5
ok 6
not ok 7
Failed 5/7 subtests

Test Summary Report
-------------------
robot/ua-get.t (Wstat: 0 Tests: 8 Failed: 5)
Failed tests: 1-3, 5, 7
robot/ua.t (Wstat: 0 Tests: 7 Failed: 5)
Failed tests: 1-3, 5, 7
Files=2, Tests=15, 30 wallclock secs ( 0.11 usr + 0.02 sys = 0.13 CPU)
Result: FAIL
Failed 2/2 test programs. 10/15 subtests failed.

PERL-5.14 C:\strawberry\cpan\build\libwww-perl-6.08-Dd8yUN>


//EDIT:
Klappt auch mit einer frischen strawberry-perl-5.14.4.1-32bit.zip nicht.
Klappt nur auf Strawberry Perl 5.10 + 5.12
Last edited: 2014-10-20 13:32:56 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread [libwww-perl] Installation: HTTP server bricht ab - Strawberry Perl 32bit Win7