Installation blues

Installation blues

am 17.02.2008 17:17:52 von Simon Giddings

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

Re: Installation blues

am 17.02.2008 20:09:53 von John Mertic

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 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@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

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Installation blues

am 17.02.2008 21:42:57 von Elizabeth M Smith

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

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Installation blues

am 18.02.2008 16:51:42 von Bill Bolte

Also make sure you don't have an instance of IIS web server running. IIS
and Apache can't run at the same time.=20


Bill

-----Original Message-----
From: Simon Giddings [mailto:sgiddings@pumaproductions.fr]=20
Sent: Sunday, February 17, 2008 10:18 AM
To: php-windows@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=20
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

--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php