Thread Problem mit SOAP::Lite in Strawberry (19 answers)
Opened by bianca at 2010-03-02 18:02

bianca
 2010-03-02 18:02
#133926 #133926
User since
2009-09-13
7016 Artikel
BenutzerIn

user image
Bekomme o.a. Modul in Strawberry nicht ans Fliegen.
Weiß jemand, was ich tun muss?

Teile die Ausgabe ggf. in mehrere Posts auf, bekomme hier neuerdings die Meldung "Your posting is too long.".

Danke Euch

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
cpan> install SOAP::Lite
Running install for module 'SOAP::Lite'
Running make for M/MK/MKUTTER/SOAP-Lite-0.710.10.tar.gz
Has already been unwrapped into directory C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD
Has already been made
Running make test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/01-core.t t/010-
serializer.t t/012-cloneable.t t/013-array-deserialization.t t/014_UNIVERSAL_use.t t/015_UNIVERSAL_can.t t/02-payload.t t/03
-server.t t/04-attach.t t/05-customxml.t t/06-modules.t t/07-xmlrpc_payload.t t/08-schema.t t/096_characters.t t/097_kwalite
e.t t/098_pod.t t/099_pod_coverage.t t/IO/SessionData.t t/IO/SessionSet.t t/SOAP/Data.t t/SOAP/Serializer.t t/SOAP/Lite/Pack
ager.t t/SOAP/Lite/Deserializer/XMLSchema1999.t t/SOAP/Lite/Deserializer/XMLSchema2001.t t/SOAP/Lite/Deserializer/XMLSchemaS
OAP1_1.t t/SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.t t/SOAP/Schema/WSDL.t t/SOAP/Transport/FTP.t t/SOAP/Transport/HTTP.t t/S
OAP/Transport/IO.t t/SOAP/Transport/LOCAL.t t/SOAP/Transport/MAILTO.t t/SOAP/Transport/MQ.t t/SOAP/Transport/POP3.t t/SOAP/T
ransport/HTTP/CGI.t t/XML/Parser/Lite.t t/XMLRPC/Lite.t
t/01-core.t .................................. ok
t/010-serializer.t ........................... ok
t/012-cloneable.t ............................ ok
t/013-array-deserialization.t ................ ok
t/014_UNIVERSAL_use.t ........................ ok
t/015_UNIVERSAL_can.t ........................ ok
t/02-payload.t ............................... ok
t/03-server.t ................................ ok
t/04-attach.t ................................ ok
t/05-customxml.t ............................. ok
t/06-modules.t ............................... 1/?
t/06-modules.t ............................... 5/? # Failed test 'use SOAP::Transport::TCP'
# at t/06-modules.t line 39.
# got: 'Your vendor has not defined POSIX macro EWOULDBLOCK, used at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2
_uDD\blib\lib/IO/SessionData.pm line 33
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionData.pm line 41
.
# Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm line 20
.
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm lin
e 20.
# Compilation failed in require at (eval 100) line 3.
# '
# expected: ''
Your vendor has not defined POSIX macro EWOULDBLOCK, used at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/
SessionData.pm line 33
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/IO/SessionData.pm line 41.
Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm line 20.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/SOAP/Transport/TCP.pm line
20.
Compilation failed in require at (eval 100) line 3.

# Failed test 'use XMLRPC::Transport::TCP'
# at t/06-modules.t line 39.
# got: 'Attempt to reload SOAP/Transport/TCP.pm aborted.
# Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm line
19.
# BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm l
ine 19.
# Compilation failed in require at (eval 129) line 3.
# '
# expected: ''
Attempt to reload SOAP/Transport/TCP.pm aborted.
Compilation failed in require at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm line 19
.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\SOAP-Lite-0.710.10-K2_uDD\blib\lib/XMLRPC/Transport/TCP.pm lin
e 19.
10 print "Hallo"
20 goto 10

View full thread Problem mit SOAP::Lite in Strawberry