Hi Stephen,
I've installed mongodb using pecl -
[root@beta:~] #pecl list
INSTALLED PACKAGES, CHANNEL
PECL.PHP.NET:
=========================================
PACKAGE VERSION STATE
mongo 1.2.12 stable
Made sure it was in the php.ini file
[root@beta:~] #grep mongo /etc/php.ini
extension=mongo.so
I checked out the location of php.ini in my phpinfo page and it was the right one.
Made sure the extension was in the right extension directory :
[root@beta:~] #php -i | grep extension_dir
extension_dir => /usr/local/lib/php/extensions/no-debug-non-zts-20100525 => /usr/local/lib/php/extensions/no-debug-non-zts-20100525
[root@beta:~] #locate mongo.so
/usr/local/lib/php/extensions/no-debug-non-zts-20100525/mongo.so
But for some reason mongo was not appearing in the phpinfo page
I'd appreciate any further advice.. .thanks
tim
--
GPG me!!
gpg --keyserver
pool.sks-keyservers.net --recv-keys F186197B