Lester Caine | 17 Jun 2012 22:51
Picon
Favicon
Gravatar

Missing something simple

Serves me right for not starting this earlier, but I need to take a machine to 
site in the morning and now something is not playing ball.

Windows XP 32bit up to date with updates ...

PHP5.4.4 installed from php-5.4.4-Win32-VC9-x86.zip up and running fine from 
command line and via php -S giving clean phpinfo with all the modules expected.
at C:/Network/PHP5 - which is also in the windows path.

Apache2.4.2 installed from httpd-2.4.2-win32-VC9.zip and working fine
at C:/Network/Apache

Apache module from php5apache2_4.dll-php-5.4-win32.zip copied to C:/Network/PHP5 
and the latest VisualC++ libraries installed

Enabling 'LoadModule' is giving the
"C:/Network/Apache/conf/httpd.conf:
Cannot load C:/Network/PHP5/php5apache2_4.dll into server:
The specified module could not be found."

Normally I'd just assume that PHP was not starting up, but since PHP is running 
from command line and the .dll is in the right place I'm now a little confused 
as to what I'm missing ...

--

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
(Continue reading)

Lester Caine | 18 Jun 2012 08:14
Picon
Favicon
Gravatar

Re: Missing something simple

Lester Caine wrote:
> Normally I'd just assume that PHP was not starting up, but since PHP is running
> from command line and the .dll is in the right place I'm now a little confused
> as to what I'm missing ...

OK switched to FastCGI, but that is complaining about 'can't load windows 
library' which I suspect is the same problem as the Apache Module has.

I suspect this has something to do with VC10 since the runtime library has to be 
updated to that to get FastCGI to load.

I do have a working setup using PHP5.4.0 with Apache 2.4.0, which seems to be 
the last version that installs out of the box on Xp32bit ...

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk//
Firebird - http://www.firebirdsql.org/index.php

--

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


Gmane