Re: Unable to load php_mysql.dll

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Try copying libmysql.dll in php root folder to system32 folder in windows
(this works for IIS)

php_mysql.dll is dependent of libmysql.dll :)

had the same error message that the php_mysql.dll was missing but after I
copyed libmysql.dll to the system32 folder IIS started and worked correctly
:)
"Nadim Attari" <nadim@xxxxxxxxxxxxxxxx> wrote in message
news:20040802123623.40464.qmail@xxxxxxxxxxxxxxx
> Hello,
>
> I've installed PHP Version 5.0.0 (windows installer downloaded from
php.net)
> on Windows 2000 SP4. All works fine!
> The configuration is as follows:
>
>       System  Windows NT XXXXX 5.0 build 2195
>       Build Date  Jul 13 2004 21:34:42
>       Configure Command  cscript /nologo configure.js
> "--enable-snapshot-build" "--with-gd=shared"
>       Server API  CGI/FastCGI
>       Virtual Directory Support  enabled
>       Configuration File (php.ini) Path  C:\WINNT\php.ini
>       PHP API  20031224
>       PHP Extension  20040412
>       Zend Extension  220040412
>       Debug Build  no
>       Thread Safety  enabled
>       IPv6 Support  enabled
>       Registered PHP Streams  php, file, http, ftp, compress.zlib
>       Registered Stream Socket Transports  tcp, udp
>
>
> Then i've uncommented the line "extension=php_mysql.dll" and set
> extension_dir = ".\ext";
> I copied the unpacked "php_mysql.dll" file (again downloaded the binaries
> from php.net) into "ext" folder in PHP
>
> Now i get the following:
> "PHP Warning: PHP Startup: Unable to load dynamic library
> '.\ext\php_mysql.dll' - Le module spécifié est introuvable. in Unknown on
> line 0"
>
> Note that i've set
> - cgi.force_redirect = 0;
> - fastcgi.impersonate = 1;
>
> Still the same problem. Any help please.
>
> Nadim Attari
> Alienworkers.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux