Log in

View Full Version : Can't Install Php5 On Apache 2.0.50


Nick
16-03-2007, 11:41 AM
"Couldn't load c:/php/php5apache2.dll into server"

But the path is correct 100 times! I did everything like it said in install.txt of PHP archive, but it doesn't work. I tried to install php like cgi binary, but it also didn't work. BUT. PHP4 installed without problems. What am I doing wrong or what should be done else?

Data
16-03-2007, 01:32 PM
the error doesn't indicate that it can't find it. it indicates it can't load it.
Did you use the same compiler as you used for apache to compilek the dll ?

carpetsmoker
17-03-2007, 01:57 AM
Which version of php are you using?
which version of apache are you using?
post your httpd.conf (and sourced files)

velik_m
17-03-2007, 10:28 AM
I seem to remember there were some compatibility isues with php5 and apache. Do check that the versions of both are compatible with each other.