PHP Startup:Unable to load dynamic library my_sql.dll
Warning
PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified procedure could not be found.
Also the php_imagick.dll module could not be found.
I have this set...
extension_dir = c:\php\ext
Other extensions such as php_bz2.dll load fine
php 5.0.3, apache 2.0.52, mysql 4.0.23
Any pointer would be appreciated
PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified procedure could not be found.
Also the php_imagick.dll module could not be found.
I have this set...
extension_dir = c:\php\ext
Other extensions such as php_bz2.dll load fine
php 5.0.3, apache 2.0.52, mysql 4.0.23
Any pointer would be appreciated
Jeff Wolf
For the MySQL PHP extension problem, there is a dependent library libMysql.dlll that comes with your PHP distribution. You can try copying it to the same folder where all the PHP extensions are located (c:\php\ext in your setup), or the Windows %SYSTEM% folder (C:\Windows\system32)
For the ImageMagick PHP extension problem, if you've downloaded any PacsOne Server older than version 2.1.3, you will need to download a new ImageMagick PHP extension for PHP 5.0.3 since the Zend API version has changed in that version:
http://www.pacsone.net/php5_imagick.dll
The last thing to check is whether you have copied the above 2 DLLs into your PHP extension folder c:\php\ext .
For the ImageMagick PHP extension problem, if you've downloaded any PacsOne Server older than version 2.1.3, you will need to download a new ImageMagick PHP extension for PHP 5.0.3 since the Zend API version has changed in that version:
http://www.pacsone.net/php5_imagick.dll
The last thing to check is whether you have copied the above 2 DLLs into your PHP extension folder c:\php\ext .
Problem: PHP Startup: Unable to load dynamic library 'C:\PHP
I am getting the same problem as under:
PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified procedure could not be found.
Also the php_imagick.dll module could not be found.
I tried anc copy libmysql.dll in the ext folder but did not help. I can see the php_mysql.dll is present in the folder but system still gives the problem. Please let me know what may be the solution.
PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified procedure could not be found.
Also the php_imagick.dll module could not be found.
I tried anc copy libmysql.dll in the ext folder but did not help. I can see the php_mysql.dll is present in the folder but system still gives the problem. Please let me know what may be the solution.
Re: Problem: PHP Startup: Unable to load dynamic library 'C:
Did you specify the path to the xet dir with '\' or with '/'. The latter is the correct one as the first is used by php as an escape charachter. Maybe inserting '\\' for every '\' will also work but I have not tested that.Guest wrote:I am getting the same problem as under:
PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified procedure could not be found.
Also the php_imagick.dll module could not be found.
I tried anc copy libmysql.dll in the ext folder but did not help. I can see the php_mysql.dll is present in the folder but system still gives the problem. Please let me know what may be the solution.
Re: Problem: PHP Startup: Unable to load dynamic library 'C:
Depending on which PHP version you've installed, you may have to copy the libmysql.dll under your PHP installation directory to the Windows System folder, e.g., C:\Windows\system32\.Guest wrote: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mysql.dll' - The specified procedure could not be found.
php_imagick.dll need to be copied manually from the php sub-folder where PacsOne Server is installed to the extension directory where your PHP is installed, e.g., C:\PHP\ext\ in your case above.Guest wrote: Also the php_imagick.dll module could not be found.
Problem: PHP Startup: Unable to load dynamic library 'C:\PHP
Thanks for your response. I made some progress. Now I am not getting any error for php_mysql.dll after copy into system and system32 folder.
But I am still getting error for php5_imagick.dll not found even after copying as per your instruction below:
php_imagick.dll need to be copied manually from the php sub-folder where PacsOne Server is installed to the extension directory where your PHP is installed, e.g., C:\PHP\ext\ in your case above.
I can see file php_imagick is still there in the extenstion folder which I copied from the php folder of Pacsone php folder. Please help.
But I am still getting error for php5_imagick.dll not found even after copying as per your instruction below:
php_imagick.dll need to be copied manually from the php sub-folder where PacsOne Server is installed to the extension directory where your PHP is installed, e.g., C:\PHP\ext\ in your case above.
I can see file php_imagick is still there in the extenstion folder which I copied from the php folder of Pacsone php folder. Please help.
Installation Help
Thanks for response. I copied php5_imagick.dll in d:\php\ext\ folder because I am using php5 not php4. I can see the file. Please help. Thanks.
php5_imagick.dll link download
pacsone wrote:For the MySQL PHP extension problem, there is a dependent library libMysql.dlll that comes with your PHP distribution. You can try copying it to the same folder where all the PHP extensions are located (c:\php\ext in your setup), or the Windows %SYSTEM% folder (C:\Windows\system32)
For the ImageMagick PHP extension problem, if you've downloaded any PacsOne Server older than version 2.1.3, you will need to download a new ImageMagick PHP extension for PHP 5.0.3 since the Zend API version has changed in that version:
http://www.pacsone.net/php5_imagick.dll
The last thing to check is whether you have copied the above 2 DLLs into your PHP extension folder c:\php\ext .
The previous link does not work and I cannot find php5_imagick.dll under the PacsOne/PHP/ folder. Where can I get this file??
Currently I have tried with php_imagick.dll and get the above mentioned error. I am using PHP 5.0.4, Apache 2.0.54 and MySql 4.0.24. Any suggestions???
Thanks