Ssh – PEAR Installer won’t upgrade

dreamhostpearPHPsoapssh

I'm trying to install SOAP on PEAR via the command line on Dreamhost. I've upgraded to the latest version of PEAR (1.9.0) but when I try and install SOAP I get the error:

pear/SOAP requires PEAR Installer (version >= 1.5.4), installed version is 1.5.0

I've tried everything I can think of to upgrade, but can't get it to work. Any ideas?

Best Answer

You can use pear upgrade to upgrade PEAR itself:

pear upgrade PEAR

or:

pear upgrade-all