I'm having trouble finding PECL on a Mac OS X 10.6 machine. I'm using the default install of Apache and PHP for development and have installed MongoDB, however I can't work with Mongo/PHP without the mongo PECL extension.

Is there a copy of PECL on a Mac or will I have to install it? If so, where is it? If not, do you know of a good tutorial for getting it up-and-running?

I've tried the obvious stuff: sudo find / -name "pecl" -print returns nothing

link|improve this question

50% accept rate
Not so urgent now (I just installed the Mongo extension from source) but I'd still like to know if there is a PECL install on Mac – Rowan Oct 22 '10 at 8:59
there's a duplicate question here: stackoverflow.com/questions/5536195/… – DukeLion May 21 at 15:20
feedback

1 Answer

I don't believe PECL is installed in the default Mac OS 10.6 PHP. The pecl I have is in /usr/local/bin and I built it myself (a year and a half ago, so I don't have my process at the front of my mind).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.