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? Link to comment https://forums.phpfreaks.com/topic/230803-php-startup-unable-to-load-dynamic-library-php_pdo_mysqldll/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.