You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed on Centos 7 with PHP 7.4.
MongoDB server is 7.0.4. But when starting nginx, I receive a warning: PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/lib64/php/modules/mongodb.so (/usr/lib64/php/modules/mongodb.so: undefined symbol: BIO_meth_set_read), /usr /lib64/php/modules/mongodb.so.so (/usr/lib64/php/modules/mongodb.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0.
Also in php.ini don't see mongodb extension
The text was updated successfully, but these errors were encountered:
How did you install the mongodb php extension?
Do you have the same PHP version running on the cli and php-fpm?
Did you restart php-fpm after installing the mongodb extension?
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20210902/mongodb.so' (tried: /usr/lib/php/20210902/mongodb.so (/usr/lib/php/20210902/mongodb.so: undefined symbol: executor_globals), /home/vscode/software/php/lib/php/extensions/no-debug-zts-20220829//usr/lib/php/20210902/mongodb.so.so (/home/vscode/software/php/lib/php/extensions/no-debug-zts-20220829//usr/lib/php/20210902/mongodb.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
I installed on Centos 7 with PHP 7.4.
MongoDB server is 7.0.4. But when starting nginx, I receive a warning:
PHP Startup: Unable to load dynamic library 'mongodb.so' (tried: /usr/lib64/php/modules/mongodb.so (/usr/lib64/php/modules/mongodb.so: undefined symbol: BIO_meth_set_read), /usr /lib64/php/modules/mongodb.so.so (/usr/lib64/php/modules/mongodb.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0.
Also in php.ini don't see mongodb extension
The text was updated successfully, but these errors were encountered: