'PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_mysqli.dll' and php_mysql.dll
When I check the PHP version using php -v i
got error message like below
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/20151012/php_mysqli.dll' - /usr/lib/php/20151012/php_mysqli.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php/20151012/php_mysql.dll' - /usr/lib/php/20151012/php_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 7.0.15-0ubuntu0.16.04.4 (cli)( NTS )
Please help me to fix the above issue.
Solution 1:[1]
In Ubuntu 14.04, the following should fix it.
cp /usr/lib/php/20151012/pdo_mysql.so /usr/lib/php/20151012/php_pdo_mysql.dll
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ali |