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

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

user image
Hab die 0.710.08 eben probiert, bringt änliche und gleiche Fehler, läuft nicht.
Habe festgestellt, dass ich zuletzt auf Windows mit der 0.55 gearbeitet habe. Und jetzt kommts:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
CPAN Terminal> i http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz

Installing SOAP::Lite (0.55)
*** Install log written to:
C:\cpanplus\install-logs\SOAP-Lite-0.55-1267557314.log

Module 'SOAP::Lite' installed successfully
No errors installing all modules

CPAN Terminal>


Und diese Install-Log sieht so aus:
Quote
[MSG] [Tue Mar 2 20:15:14 2010] Module 'SOAP::Lite' already up to date, won't install without force


Und wenn ich dann das Modul nutzen will:
Code: (dl )
1
2
3
4
5
6
D:\>perl -e "use SOAP::Lite;"
Can't locate SOAP/Lite.pm in @INC (@INC contains: C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberry\perl\vend
or\lib .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

D:\>


Was läuft denn da jetzt falsch?

Edit: War mal mutig:

Code: (dl )
1
2
3
4
5
6
7
8
9
CPAN Terminal> i http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz --force

Installing SOAP::Lite (0.55)
Fetch failed! HTTP response: 404 Not Found [404 Not Found] at C:/strawberry/perl/lib/CPANPLUS/Internals/Fetch.pm line 396
Got a '302' from 'search.cpan.org' expected '200' at C:/strawberry/perl/lib/CPANPLUS/Internals/Fetch.pm line 396
[ERROR] Fetching of 'http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz' failed: Got a '302' from 'se
arch.cpan.org' expected '200'

[ERROR] Unable to download 'http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.55.tar.gz'


Weiß jemand, wo ich noch eine 0.55 bekomme?
Last edited: 2010-03-02 20:31:31 +0100 (CET)
10 print "Hallo"
20 goto 10

View full thread Problem mit SOAP::Lite in Strawberry