Install pear ezc/eZComponents
I recently had to install pear ezc/eZComponents for an rpm package requirement, but running a pear install kept coming back with package not found.
So I had to do the following:
$ sudo pear channel-discover components.ez.no $ sudo pear install channel://components.ez.no/Base $ sudo pear install channel://components.ez.no/Graph Now off to upgrade PHP since I got this error! ezc/Base requires PHP (version >= 5.2.1), installed version is 5.1.6