Unix Users
To install, download the latest version of SOAP::Lite and follow the standard Perl module installation procedures by entering the very familiar command sequence:
perl Makefile.PL
make
make test
make install
If you have CPAN.pm module installed and you are connected to the Internet, then run the following sequence of commands:
perl -MCPAN -e shell
> install SOAP::Lite
Or even:
perl -MCPAN -e 'install SOAP::Lite'
Windows Users
Windows users should use 'nmake' instead of make. For example:
perl Makefile.PL
nmake
nmake test
nmake install
Makefile.PL Command Line Options and Usage
Usage: perl Makefile.PL
Possible options are:
--noprompt Disable interactive dialog
--alltests Perform extra testing
--help, -? Display this help text
[Do not] install prerequisites for appropriate module:
--[no]install-SOAP-Lite --[no]Lite
--[no]install-SOAP-Transport-HTTPS-Client --[no]HTTPS-Client
--[no]install-SOAP-Transport-MAILTO-Client --[no]MAILTO-Client
--[no]install-SOAP-Transport-FTP-Client --[no]FTP-Client
--[no]install-SOAP-Transport-HTTP-Daemon --[no]HTTP-Daemon
--[no]install-SOAP-Transport-HTTP-Apache --[no]HTTP-Apache
--[no]install-SOAP-Transport-HTTP-FCGI --[no]HTTP-FCGI
--[no]install-SOAP-Transport-POP3-Server --[no]POP3-Server
--[no]install-SOAP-Transport-IO-Server --[no]IO-Server
--[no]install-SOAP-Transport-MQ --[no]MQ
--[no]install-SOAP-Transport-JABBER --[no]JABBER
--[no]install-SOAP-MIMEParser --[no]MIMEParser
--[no]install-SOAP-Transport-TCP --[no]TCP
--[no]install-SOAP-Transport-HTTP --[no]HTTP
Use perl Makefile.PL --noprompt to disable interactive configuration. Follow these instructions to install SOAP::Lite on your hosting account.
The download link is dead.
Posted by: David | September 24, 2005 at 08:55 AM
The download link is dead. 2
Posted by: difra | November 06, 2005 at 05:02 AM
make test fails under MacOS X
Posted by: Axel Rose | December 20, 2005 at 09:13 AM
I've been trying to install SOAP::LITE for and each time I run it I get an out of memory message. I'm on a VPS with Verio which is running Free BDS 4.7-RELEASE-p28 (VKERN) #42:
Verio support tried loading it serveral times with similar results.
" There's a new CPAN.pm version (v1.86) avaliable!
You might want to try
install Bundle::CPAN
reload cpan
Without quitting the current sesion. It should be a seamless upgrade
while we are running...
Out of memory!
Lockfile removed"
I tried installing the new version of CPAN and got the same out of memory message.
Posted by: Ken Kimbrough | February 23, 2006 at 05:28 PM
The download link is dead. 3
Posted by: Sidney | June 12, 2006 at 01:32 PM
How about http://soaplite.com/download.html
Posted by: Helpful Info | August 21, 2006 at 10:47 AM
Hi,
I am trying to install SOAP::Lite using cpan and also the manual way. In both cases the installation proceeds until it is writing the makefile and then just stops. When I type the next command: make the message is;
bash: make: command not found. Do you have any ideas?
thanks,
Isidro
Posted by: Isidro | December 04, 2006 at 08:04 PM
I tried on intel mac but it doesn't seem to work....
Posted by: stefano ricagno | January 11, 2007 at 02:31 AM
In attempting to install (Perl 5.8.4 on Solaris 10), MakeMaker fails because I do not have write permission on the main Perl installation directories. Getting such permission is not a viable option.
How can I force the package to be created in an alternate location?
Posted by: sampsonr | May 15, 2007 at 02:54 PM
Don't try to install SOAP::Lite on Perl 5.10 the make test will fail. Reinstall the 5.8 version of perl.
Posted by: vincent | March 04, 2008 at 04:08 AM
Trying to install SOAP::Lite via cpan on Windows XP, Perl 5.10, hangs in make test at step:
t/SOAP/Transport/HTTP/CGI....................
Any idea when SOAP::Lite will work with Perl 5.10?
Posted by: John Nowlin | March 17, 2009 at 08:34 AM
I just downloaded it from http://search.cpan.org/~mkutter/SOAP-Lite-0.710.08/lib/OldDocs/SOAP/Lite.pm
Posted by: Jeff | March 25, 2009 at 02:20 AM
why leave a link for download? jeff's link is invalid.
Posted by: jimmy | April 03, 2009 at 08:00 AM
How can you get the make to work on a 64bit machine? I found out that nmake will nt work on 64bit. I then tried dmake, but the path configuration seems wrong. It looks for libConfig.pm and not lib\Config.pm. Any ideas?
Posted by: Bryan Surles | April 08, 2009 at 03:41 PM
Got same error. Stopped at this. Any idea why? Thanks.
t/SOAP/Transport/HTTP/CGI....................
Posted by: Stanley | May 05, 2009 at 01:21 AM
Download link is dead
Posted by: zoo | June 07, 2009 at 12:59 PM
[[[ SOLUTION ]]]
use perl Makefile.PL at dos prompt
Then once you get"Writing Makefile for SOAP:Lite"
go to start --> ActivePerl package manager
search for SOAP and then right click install that package.
Posted by: ankutiger | June 23, 2009 at 02:39 PM
Download link is dead
Posted by: loki | October 12, 2009 at 12:24 AM
The download link is dead. No one replied to the last one about 2 weeks ago that the link is back up, so I have to assume it has been down continuously. I suppose I'll have to find another way to use SOAP in Perl.
It would be kinder to the Perl community if the site were simply taken down.
Posted by: Tim Collins | October 27, 2009 at 07:03 AM
The download link has been dead since 2005? This is why no one uses Perl. By no one, I mean relative to other languages, of course.
Posted by: Benjamin | March 22, 2010 at 07:50 AM
You can download it at:
http://search.cpan.org/~byrne/SOAP-Lite/
Posted by: Philoctetes | September 01, 2010 at 09:05 AM