Reputation: 560
I am using laravel 5.2 & installing Jenssegers\Mongodb using command line. But i am getting following issue.
Problem 1
Installation request for mongodb/mongodb (locked at 1.0.2) -> satisfiable by mongodb/mongodb[1.0.2].
To enable extensions, verify that they are enabled in those .ini files:
php --ini
inside terminal to see which files are used by PHP in CLI mode.I have already added extension=mongo.so in /etc/php5/cli/php.ini. I am using ubuntu 15.04 and using default apache2 server.
I am using MongoDB 3.2.6 version.
Please let me know what is the issue ?
Thanks
Upvotes: 0
Views: 556