简体   繁体   中英

Error: The MongoDB PECL extension has not been installed or enabled in php

I am using php 7.2.10 , mongodb 3.6.3 and ubuntu-16.0.4 .

I have checked mongodb.so file is also there into the folder.

I have also enabled extension=mongodb in php.ini but still getting this:

Message: PHP Startup: Unable to load dynamic library 'mongo'

How can I tackle this issue?

I found a mistake here extension=mongodb.so not extension=mongodb . In microsoft Window use extension=mongodb.dll . This is the link for correct install http://php.net/manual/en/mongodb.installation.pecl.php in ubuntu not ubantu

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM