Jump to content

PHP Startup: Unable to load dynamic library './php_pdo_mysql.dll'


Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.