Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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

share|improve this question
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 '12 at 15:20

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).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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