Posts Tagged ‘ pear ’
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 [ READ MORE ]
#1 wget http://pear.php.net/go-pear -O go-pear.php #2 php go-pear.php #3 Change the installation directory to whatever you would like and edit settings as appropriate. #4 Allowed edit to php.ini to add the PEAR directory to the path in php.ini. #5 Now you can run pear commands assuming you edited your PATH to include the PEAR installation [ READ MORE ]
Get every new post delivered to your Inbox.