microsoft / mysqlnd_azure

mysqlnd_azure is an extension for mysqlnd which enables redirection functionality.
Other
10 stars 17 forks source link

Unable to load dynamic library 'mysqlnd_azure.so' #25

Open futurewebsites opened 3 years ago

futurewebsites commented 3 years ago

Following this guide: https://docs.microsoft.com/en-us/azure/mysql/howto-redirection

I get: PHP Warning: PHP Startup: Unable to load dynamic library 'mysqlnd_azure.so' (tried: /usr/lib/php/20190902/mysqlnd_azure.so (/usr/lib/php/20190902/mysqlnd_azure.so: undefined symbol: mysqlnd_global_stats), /usr/lib/php/20190902/mysqlnd_azure.so.so (/usr/lib/php/20190902/mysqlnd_azure.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

this /usr/lib/php/20190902/mysqlnd_azure.so exists

futurewebsites commented 3 years ago

I added extension=mysqlnd-azure.so to my php.ini files I think this is the issue

GuuBu commented 3 years ago

May I ask which PHP version you are using? And the environment setting?