|
From: Simon Giddings on 17 Feb 2008 11:17 Hello, I am trying to setup a dev environment on my Win XP Pro SP2 system. I already have MySql Community server v5.0.24. I install Apache server v2.2.8 with SSL on localhost. I install PHP version 5.2.5 using the installer selecting : MySql MySqli Installations work fine! However, when I startup Apache, I see that it is unable to load the mysql extension dlls. I have lost 2 days trying to get this to work. Has anyone managed to get this working ? If so, would you be willing to share your steps. I do not realy want to resort to one of those prebuilt, all-in-one, packages. My real aim is to try and have a setup as close as I can to my ISP. Hope someone can help. Best regards Simon
From: jmertic on 17 Feb 2008 14:09 Hi Simon, I'm the maintainer of the installer. Can you attach a copy of the http.conf file? Thanks, John On 2/17/08, Simon Giddings <sgiddings(a)pumaproductions.fr> wrote: > Hello, > > I am trying to setup a dev environment on my Win XP Pro SP2 system. > I already have MySql Community server v5.0.24. > I install Apache server v2.2.8 with SSL on localhost. > I install PHP version 5.2.5 using the installer selecting : > MySql > MySqli > > Installations work fine! > > However, when I startup Apache, I see that it is unable to load the > mysql extension dlls. > > I have lost 2 days trying to get this to work. > > Has anyone managed to get this working ? > > If so, would you be willing to share your steps. I do not realy want to > resort to one of those prebuilt, all-in-one, packages. > > My real aim is to try and have a setup as close as I can to my ISP. > > Hope someone can help. > > Best regards > Simon > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- John Mertic jmertic(a)gmail.com http://jmertic.wordpress.com "Explaining a joke is like dissecting a frog: you understand it better, but the frog dies in the process." --Mark Twain
From: Elizabeth M Smith on 17 Feb 2008 15:42 Simon Giddings wrote: > Hello, > > I am trying to setup a dev environment on my Win XP Pro SP2 system. > I already have MySql Community server v5.0.24. > I install Apache server v2.2.8 with SSL on localhost. > I install PHP version 5.2.5 using the installer selecting : > MySql > MySqli > > Installations work fine! > > However, when I startup Apache, I see that it is unable to load the > mysql extension dlls. > > I have lost 2 days trying to get this to work. > > Has anyone managed to get this working ? > > If so, would you be willing to share your steps. I do not realy want to > resort to one of those prebuilt, all-in-one, packages. > > My real aim is to try and have a setup as close as I can to my ISP. > > Hope someone can help. > > Best regards > Simon You're probably having a mysql client library issue - something that the php installer can't really help with... When you installed mysql did you install the client library and put it in your PATH variable? Do a search on your machine for libmysql.dll - make sure you have a copy of it somewhere, and make sure php can find it! This means if you're using apache that you'll need to add wherever libmysql.dll is to your PATH variable. See http://php.net/mysql Installation on Windows Systems -> PHP 5+ Thanks, Elizabeth Smith
From: "Bill Bolte" on 18 Feb 2008 10:51 Also make sure you don't have an instance of IIS web server running. IIS and Apache can't run at the same time. Bill -----Original Message----- From: Simon Giddings [mailto:sgiddings(a)pumaproductions.fr] Sent: Sunday, February 17, 2008 10:18 AM To: php-windows(a)lists.php.net Subject: [PHP-WIN] Installation blues Hello, I am trying to setup a dev environment on my Win XP Pro SP2 system. I already have MySql Community server v5.0.24. I install Apache server v2.2.8 with SSL on localhost. I install PHP version 5.2.5 using the installer selecting : MySql MySqli Installations work fine! However, when I startup Apache, I see that it is unable to load the mysql extension dlls. I have lost 2 days trying to get this to work. Has anyone managed to get this working ? If so, would you be willing to share your steps. I do not realy want to resort to one of those prebuilt, all-in-one, packages. My real aim is to try and have a setup as close as I can to my ISP. Hope someone can help. Best regards Simon -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
|
Pages: 1 Prev: php: mail Next: cannot compile php 5.2.5 following instructions exactly with vc++ 6 |