| Author |  | 
| frozen 
 
 
 Joined: 14 Sep 2006
 Posts: 4
 Location: Canada
 
 |  | 
| Back to top |  | 
| Jorge 
 
 
 Joined: 12 Mar 2006
 Posts: 376
 Location: Belgium
 
 | 
|  Posted: Thu 14 Sep '06 7:56    Post subject: |   |  
| 
 |  
| place libmysql.dll in the windows folder |  | 
| Back to top |  | 
| frozen 
 
 
 Joined: 14 Sep 2006
 Posts: 4
 Location: Canada
 
 | 
|  Posted: Thu 14 Sep '06 8:15    Post subject: |   |  
| 
 |  
|  	  | Jorge wrote: |  	  | place libmysql.dll in the windows folder | 
 Didn't change anything
 
 I threw it in Apache bin folder and it works now!
  |  | 
| Back to top |  | 
| Coachin 
 
 
 Joined: 15 Sep 2006
 Posts: 1
 Location: Finland
 
 | 
|  Posted: Mon 18 Sep '06 19:57    Post subject: I have a similar problem |   |  
| 
 |  
| But for me it is PHP that I don't get to work. I recieve the same message. The path is correct and the file is there. (C:\php) and the file is (php5apache2.dll). 
 You have PHP working, did you do any workaround or something. In the httpd file I use this:
 
 LoadModule php5_module "C:/php/php5apache2.dll"
 AddType application/x-httpd-php .php
 PHPIniDir "C:/php"
 
 But it doesn't work, any suggestions
 |  | 
| Back to top |  | 
| CanUuRead 
 
 
 Joined: 18 Sep 2006
 Posts: 38
 
 
 | 
|  Posted: Mon 18 Sep '06 22:34    Post subject: |   |  
| 
 |  
| Have you added C:\php to your Environment Path? 
 On some systems you may have to reboot/restart your OS for changes to take effect.
 |  | 
| Back to top |  | 
| James Blond Moderator
 
  
 Joined: 19 Jan 2006
 Posts: 7442
 Location: EU, Germany, Next to Hamburg
 
 | 
|  Posted: Tue 19 Sep '06 9:49    Post subject: |   |  
| 
 |  
| http://s176171062.onlinehome.us/upload/fhh/1lo3jzp-j5k85d.png 
 Sure that you set the correct path to extensions in php.ini?
 
 extension_dir = "C:/www/php516/ext/"
 
 On your uploaded picture I can't see the ext folder. Did you delete it?
 
 
 Also make sure that you have the right version from libmysql.dll in your php folder!
 Copy libmysql.dll from mysql\bin to apache\bin
 |  | 
| Back to top |  |