HI,
I have a mac and im trying to install a pear package for the first time. I understand that the package manager is already installed with php on a mac and that i should be able to
install a package by doing the following:
"If you have downloaded a package release from http://pear.php.net/ as a gzipped tar archive, you can also install it locally. To do this, run the following line on your shell:
$ pear install <file>.tgz"
My question is where do i put the downloaded file on my computer for install command to find?
Any ideas?





Bookmarks