On Sun, Mar 24, 2024 at 5:57 PM Bernard <bdebr...@free.fr> wrote: > > Hi to Everyone ! > > PHP Warning: PHP Startup: Unable to load dynamic library > '//usr/lib/php/20190902/mysqli.so' However, the file is there... not human > readable as expected and mysqli_connect doesn't operate.
Please provide the output of `ls -Al /usr/lib/php` and `ls -Al /usr/lib/php/20190902`. If you are running SeLinux, then use `ls -AlZ` instead. Also state what user your web server runs under. You may need to show your php.ini. Jeff