php-windows Digest 18 Feb 2008 12:00:47 -0000 Issue 3429
Topics (messages 28791 through 28793):
Re: Installation blues
28791 by: jmertic.gmail.com
28792 by: Elizabeth M Smith
cannot compile php 5.2.5 following instructions exactly with vc++ 6
28793 by: friso
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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 <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
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
--- End Message ---
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
I have followed the instructions exactly on
http://php.nederland.net/manual/en/install.windows.building.php but I end up
with this error...
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
internal_functions.c
ext\libxml/encoding.h(28) : fatal error C1083: Cannot open include file:
'iconv.
h': No such file or directory
NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2'
Stop.
I have tried to configure like this
cscript /nologo configure.js --without-xml
to no avail... can anybody help me out here?
thanx in advance,
friso
--- End Message ---