On Jun 17, 2012, at 4:06 PM, [email protected] wrote: > The framework that needs to use mongo (drupal) reports that mongo isn't > present...so that's in keeping with there not appearing to be a php extension > nor any mention in phpinfo. > > I had apache/mysql/php5.3 up and running, and installed mongodb. The install > went without any errors. I then installed php53-mongo, and again, no errors. > > The problem is I don't see any ini file where the other php installs are, > such as mcrypt, mysql, etc, and see no mention of mongo in phpinfo. > > Yes, I restarted apache. >
On the PHP driver page [1] it says you need to add a line to your php.ini: extension=mongo.so Did you do that? [1] http://www.mongodb.org/display/DOCS/PHP+Language+Center Phillip
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
