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.
Recent Comments