PECL on Mac OS X 10.6
- by Rowan
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
Thanks very much