Home > Archive > PHP Installation > July 2004 > Problems with installing MySQL extension on PHP5
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problems with installing MySQL extension on PHP5
|
|
|
| Hi,
I'm using windows with apache 1.3 web server and PHP5 installed in c:\php
folder.
In php.ini I put the line "extension=php_mysql.dll"
extension_dir = 'c:\php\ext\'
When I start apache I receive message:
"PHP startup: Unable to load dynamic library 'c:\php\ext\php_mysql.dll' -
One of the library files needed to run this application cannot be found"
The file 'c:\php\ext\php_mysql.dll' exist in this folder.
Can someone help me ?
Thanks,
Rosen
| |
| D_angle 2004-07-25, 3:56 pm |
| I had the same problem with IIS, copyed the file libmysql.dll from the php5
root folder to the windows/system32 folder. I also copyed all the rest of
the DLL's to this folder to be on the safe side :)
Hope this helped
D_Angle
"Rosen" <rosen@pernikinfo.com> wrote in message
news:20040725143514.35169.qmail@pb1.pair.com...
> Hi,
> I'm using windows with apache 1.3 web server and PHP5 installed in c:\php
> folder.
> In php.ini I put the line "extension=php_mysql.dll"
> extension_dir = 'c:\php\ext'
>
>
> When I start apache I receive message:
> "PHP startup: Unable to load dynamic library 'c:\php\ext\php_mysql.dll' -
> One of the library files needed to run this application cannot be found"
> The file 'c:\php\ext\php_mysql.dll' exist in this folder.
>
> Can someone help me ?
> Thanks,
> Rosen
|
|
|
|
|