logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: [Windows] Apache 2.2.3 + PHP 5.1.6 + MySQL 5.0.2.4a
Author
frozen



Joined: 14 Sep 2006
Posts: 4
Location: Canada

PostPosted: Thu 14 Sep '06 4:03    Post subject: [Windows] Apache 2.2.3 + PHP 5.1.6 + MySQL 5.0.2.4a Reply with quote

PHP Folder: http://s176171062.onlinehome.us/upload/fhh/1lo3jzp-j5k85d.png
Windows Path: http://s176171062.onlinehome.us/upload/fhh/1lo3jzp-j5k85e.png

I hate to be so vauge but the title and screen shots say it all, I am installing Apache2.2.3, PHP5.1.6 and MySQL5.0.2.4a. I have got PHP working with Apache now I just need to get MySQL working with PHP!
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Thu 14 Sep '06 7:56    Post subject: Reply with quote

place libmysql.dll in the windows folder
Back to top
frozen



Joined: 14 Sep 2006
Posts: 4
Location: Canada

PostPosted: Thu 14 Sep '06 8:15    Post subject: Reply with quote

Jorge wrote:
place libmysql.dll in the windows folder

Didn't change anything

I threw it in Apache bin folder and it works now! Very Happy
Back to top
Coachin



Joined: 15 Sep 2006
Posts: 1
Location: Finland

PostPosted: Mon 18 Sep '06 19:57    Post subject: I have a similar problem Reply with quote

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

PostPosted: Mon 18 Sep '06 22:34    Post subject: Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 19 Sep '06 9:49    Post subject: Reply with quote

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


Reply to topic   Topic: [Windows] Apache 2.2.3 + PHP 5.1.6 + MySQL 5.0.2.4a View previous topic :: View next topic
Post new topic   Forum Index -> Other Software