Installing PEAR on osx
Assuming you have php installed and working already. And I am using osx 10.6. Obtaining the installation package/script. curl http://pear.php.net/go-pear.phar > go-pear.phar Then run it sudo php go-pear.phar It will then ask you for the path settings. I suggest installing pear at the /usr/local dir, but this is really your preference. In my case, I entered 1, then changed the $prefix to “/usr/local/pear”. The paths below #1 should automatically change accordingly. Then enter to install. ...