I was trying to perform the Ergin's PHP upgrade and I got error messages regarding the PEAR update commands.
# pear
bash: pear: command not found
This was a clean installation. I wiped the partitions and re-installed with the same result yet a box I setup last week has pear??? usr/share/pear exists...
Thanks for any explanation!
pear is part of (newer) php. If pear isn't there, then something has gone awry with the PHP upgrade.
FWIW, I don't agree with the use of the pear command to install pear modules. The required modules should be made available in RPM format - either included in the actual php RPM, or available as add-on RPMs.
RPM provides a database of installed software, and a mechanism to verify that the software is all present and unmodified. The use of "pear" to install modules breaks that cataloguing and verification function.