当前位置:网站首页>NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library ‘*****‘

NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library ‘*****‘

2022-07-24 00:38:00 TS Xiaochen

Debug the server today php, Unable to restart, the following error is reported :

NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /www/server/php/72/lib/php/extensions/no-debug-non-zts-20170718/openssl (/www/server/php/72/lib/php/extensions/no-debug-non-zts-20170718/openssl: cannot open shared object file: No such file or directory), /www/server/php/72/lib/php/extensions/no-debug-non-zts-20170718/openssl.so (/www/server/php/72/lib/php/extensions/no-debug-non-zts-20170718/openssl.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

The analysis is mainly because it cannot be loaded openssl.so This file may not be found

terms of settlement

To find the corresponding php edition , Modify the configuration file , Disable the error reporting . My is openssl

原网站

版权声明
本文为[TS Xiaochen]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/204/202207230755451784.html