Hello,
While you are working on issuing a ticket, could you try the following to see the results:
Code:
pear channel-update pear.php.net
This will update the PEAR channel.
Then run this to see if your existing php.ini file might be the cause:
Code:
cd /usr/local/lib
mv php.ini php.ini.bak120628
/scripts/phpini
At that point, please try to install the PEAR package to see the results. If it works, then please try the following to see the differences in the two php.ini files:
Code:
diff /usr/local/lib/php.ini /usr/local/lib/php.ini.bak120628
Thanks!