Following the official instructions http://www.mongodb.org/display/DOCS/Quickstart+Unix , and this post is http://blog.phy5ics.com/2010/03/27/installing-mongodb-on-mediatemple-dv/ I just managed to get mongodb installed on MediaTemples DV 4.0 server (I think).
I'm having problems installing the PHP driver http://www.mongodb.org/display/DOCS/PHP+Language+Center
In SSH, I get the following:
[root @xxx] # cd / var / tmp
[root @xxx] # pecl install mongo
download mongo-1.1.4.tgz ...
Start loading mongo-1.1.4.tgz (68,924 bytes)
..... ............ done: 68,924 bytes
18 source files, building
running: phpize
Setting for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
/ usr / bin / phpize : / var / tmp / mongo / build / shtool: / bin / sh: bad interpreter: permission denied
Cannot find autoconf. Check the autoconf setting and the $ PHP_AUTOCONF environment variable. Then run this script.
ERROR: `phpize 'error
I am logged in as a root user - I donโt understand why this fails and what steps should I take to install the PHP driver?
thank
user623520