PECL on Mac OS X 10.6
Posted
by
Rowan
on Server Fault
See other posts from Server Fault
or by Rowan
Published on 2010-10-22T08:38:07Z
Indexed on
2011/03/06
8:12 UTC
Read the original article
Hit count: 342
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
© Server Fault or respective owner