Subject: | SOAP::Lite installation problem |
Date: | Wed, 12 May 2010 14:39:28 +0800 (HKT) |
To: | bug-SOAP-Lite [...] rt.cpan.org |
From: | Kwong Fat Chan <danielck8 [...] yahoo.com.hk> |
Hi,
I just downloaded the package and ran perl Makefile.PL. Following is the output:
...
Press <enter> to see the detailed list.
Feature Prerequisites Install?
----------------------------- ---------------------------- --------
Core Package [*] Scalar::Util always
[*] Test::More
[*] URI
[*] MIME::Base64
[*] constant
[*] Task::Weaken
[*] XML::Parser (v2.23)
Client HTTP support [*] LWP::UserAgent always
Client HTTPS support [*] Crypt::SSLeay [ yes ]
Client SMTP/sendmail support [*] MIME::Lite [ yes ]
Client FTP support [ ] SOAP::Transport::FTP (v0.711) [ no ]
Standalone HTTP server [*] HTTP::Daemon [ yes ]
Apache/mod_perl server [ ] Apache [ no ]
FastCGI server [*] FCGI [ yes ]
POP3 server [*] MIME::Parser [ yes ]
[*] Net::POP3
IO server [*] IO::File [ yes ]
MQ transport support [ ] SOAP::Transport::MQ (v0.712) [ no ]
JABBER transport support [ ] SOAP::Transport::JABBER (v0.711) [ no ]
MIME messages [*] MIME::Parser [ yes ]
DIME messages [*] IO::Scalar (v2.105) [ no ]
[ ] DIME::Tools (v0.03)
[*] Data::UUID (v0.11)
SSL Support for TCP Transport [*] IO::Socket::SSL [ yes ]
Compression support for HTTP [*] Compress::Zlib [ yes ]
MIME interoperability w/ Axis [ ] MIME::Parser (v6.106) [ no ]
--- An asterix '[*]' indicates if the module is currently installed.
Do you want to proceed with this configuration? [yes]
Checking if your kit is complete...
Warning: the following files are missing in your kit:
lib/SOAP/Transport/FTP.pm
t/SOAP/Transport/MQ.t
Please inform the author.
Writing Makefile for SOAP::Lite
If I ignore the msg and go on with make, make test...., some text fail and cannot install at all.
Pls help
Daniel Chan