Loading mysql module for php5 and apache2
I continually get this error when trying to setup php5 on a windows 2000
machine. I can get it woriking on a XP pro machine but when I try to set it
up on our windows 2000 server i cannot get my php apps to connect to mysql.
Here is the exact error
PHP Startup: Unable to load dynamic library "c:\php\ext\php_mysql.dll' - The
specified module could not be found.
I know the setting in the php.ini are correct because I have modules loading
from that directory.
Any Suggestions?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Loading mysql module for php5 and apache2
Did you add c:\php to your PATH environment variable?
Toby Brown wrote:
> I continually get this error when trying to setup php5 on a windows 2000
> machine. I can get it woriking on a XP pro machine but when I try to set it
> up on our windows 2000 server i cannot get my php apps to connect to mysql.
> Here is the exact error
>
> PHP Startup: Unable to load dynamic library "c:\php\ext\php_mysql.dll' - The
> specified module could not be found.
>
> I know the setting in the php.ini are correct because I have modules loading
> from that directory.
>
>
> Any Suggestions?
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Loading mysql module for php5 and apache2
I see this problem coming up time and again, adding the php directory to the
PATH environment variable worked and Apache can now use mysqli extension.
Cheers.
"Armando" <dijital [at] shaw.ca> wrote in message
news:425C4503.4080304 [at] shaw.ca...
> Did you add c:\php to your PATH environment variable?
>
>
>
> Toby Brown wrote:
>> I continually get this error when trying to setup php5 on a windows 2000
>> machine. I can get it woriking on a XP pro machine but when I try to set
>> it up on our windows 2000 server i cannot get my php apps to connect to
>> mysql.
>> Here is the exact error
>>
>> PHP Startup: Unable to load dynamic library "c:\php\ext\php_mysql.dll' -
>> The specified module could not be found.
>>
>> I know the setting in the php.ini are correct because I have modules
>> loading from that directory.
>>
>>
>> Any Suggestions?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php