In my CentOs box, i installed php5.5 and mongodb. Now i am getting the error
Mongodb is not enabled with PHP.
Solution to fix the issue.
Install gcc php-pear php-devel
yum install gcc php-pear php-devel php5-dev openssl-devel -y
pecl install mongo
Cyrus SASL as "no"
vim /etc/php.ini
extension=mongo.so
Restart apache
service httpd restart
Verify
php -m | grep -i mongo
Mongodb is not enabled with PHP.
Solution to fix the issue.
Install gcc php-pear php-devel
yum install gcc php-pear php-devel php5-dev openssl-devel -y
pecl install mongo
Cyrus SASL as "no"
vim /etc/php.ini
extension=mongo.so
Restart apache
service httpd restart
Verify
php -m | grep -i mongo
No comments:
Post a Comment