tarlejh Posted March 16, 2011 Share Posted March 16, 2011 Hello, I am having MySQL driver issues while trying to compile PHP 5.3 on Ubuntu Linux. I believe I have the correct extension path set in php.ini, and ran the configure command with: --enable-pdo=shared --with-pdo-mysql=shared --with-sqlite=shared --with-pdo-sqlite=shared --with-mysql Everything looks OK during the compile, but afterwards I am still seeing: PHP Warning: PHP Startup: Unable to load dynamic library './php_pdo_mysql.dll' - ./php_pdo_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0 Isn't a DLL a Windows file? I'm on Linux, so why is PHP trying to load this at all? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.