Hey all. Long time listener, first time caller. Love the show.
Installed Apache 2.2. Server starts great, test page loads. Check.
Installed PHP5. Apache won't start. Ran Dependency Walker and discovered that php5apache2.dll couldn't find 3 dll files. I fixed that by adding the apache bin folder to the path.
Now, it still won't start. I looked at the Event Application Viewer and saw the following error message:
The Apache service named reported the following error:
httpd.exe: Syntax error on line 115 of C:/Program Files/Apache Software
Foundation/Apache2.2/conf/httpd.conf: API module structure `php5_module' in file
C:/php/php5apache2.dll is garbled - perhaps this is not an Apache module DSO? .
Huh? Is it just a bad dll file? If so, wouldn't the Dependency Walker choke on it?
Any ideas?