PEAR::SOAP installation.
# pear install SOAP
No release with state equal to: ’stable’ found for ‘SOAP’
# pear install -f SOAP
Warning: SOAP is state ‘beta’ which is less stable than state ’stable’
downloading SOAP-0.9.4.tgz …
Starting to download SOAP-0.9.4.tgz (70,574 bytes)
……………..done: 70,574 bytes
requires package `HTTP_Request’
SOAP: Dependencies failed
# pear install HTTP_Request
downloading HTTP_Request-1.3.0.tgz …
Starting to download HTTP_Request-1.3.0.tgz (13,808 bytes)
…..done: 13,808 bytes
requires package `Net_URL’ >= 1.0.12
requires package `Net_Socket’ >= 1.0.2
HTTP_Request: Dependencies failed
# pear install Net_URL
downloading Net_URL-1.0.14.tgz …
Starting to download Net_URL-1.0.14.tgz (5,173 bytes)
…..done: 5,173 bytes
install ok: Net_URL 1.0.14
# pear install Net_Socket
downloading Net_Socket-1.0.6.tgz …
Starting to download Net_Socket-1.0.6.tgz (4,623 bytes)
…..done: 4,623 bytes
install ok: Net_Socket 1.0.6
# pear install HTTP_Request
downloading HTTP_Request-1.3.0.tgz …
Starting to download HTTP_Request-1.3.0.tgz (13,808 bytes)
…..done: 13,808 bytes
install ok: HTTP_Request 1.3.0
# pear install SOAP
No release with state equal to: ’stable’ found for ‘SOAP’
# pear install -f SOAP
Warning: SOAP is state ‘beta’ which is less stable than state ’stable’
downloading SOAP-0.9.4.tgz …
Starting to download SOAP-0.9.4.tgz (70,574 bytes)
……………..done: 70,574 bytes
Optional dependencies:
package `Mail’ is recommended to utilize some features.
package `Mail_Mime’ is recommended to utilize some features.
package `Net_DIME’ is recommended to utilize some features.
install ok: SOAP 0.9.4
# pear list
-
-
-
SOAPÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â 0.9.4Â Â beta
-
-
-

















Leave a Reply
You must be logged in to post a comment.