Author |
|
krisna074
Joined: 07 Sep 2009 Posts: 1
|
Posted: Mon 07 Sep '09 19:15 Post subject: php5apache2.dll not found, plz help me out. |
|
|
I installed apache 2.2.13 and php 5.2.10
httpd.exe: symtac error on line 61 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load
C:/Web/WebServer/PHP/php5apache2.dll into server: The specified module could not be found. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 07 Sep '09 19:24 Post subject: |
|
|
you are loading the wrong dll for 2.2.13
load php5apache2_2.dll instead |
|
Back to top |
|
mike57
Joined: 08 Sep 2009 Posts: 1 Location: USA
|
Posted: Tue 08 Sep '09 6:00 Post subject: where to get php5apache2_2.dll (don't say the php5 installer |
|
|
There is no php5apache2_2.dll in the php5.3 msi installer or the Win32 zip archive. So, where is it? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Tue 08 Sep '09 9:01 Post subject: |
|
|
That I would not know, I'm still to chicken to try 5.3 after reading the horror stories over the past month or two. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 08 Sep '09 9:55 Post subject: |
|
|
All the zip files from http://windows.php.net/download/ contains php5apache2_2.dll. I tried the VC6 and VC9 with AL apache and it works fine. Now it runs a few weeks stable as a rock. Only some pecl extensions made some trouble.
If you are using apache from apache.org it is recommend to use the VC6 build. |
|
Back to top |
|
mahanare
Joined: 03 Oct 2011 Posts: 1 Location: Hyderabad
|
Posted: Mon 03 Oct '11 3:45 Post subject: PHP5apache2 dll |
|
|
Even I was surprised to see this DLL missing but this post gave me the insight into vc6 and vc9 versions of PHP and I am now downloading vc6. vc9 version is not having the apache dll.
thanks
harinath
http://harinath.in |
|
Back to top |
|
Mitchel71
Joined: 17 Oct 2011 Posts: 1 Location: USA
|
Posted: Mon 17 Oct '11 14:57 Post subject: |
|
|
Strange, but I do have that php5apache2_2.dll and it still gives me that error about that file is missing... after reading this post of Microsoft: http://support.microsoft.com/kb/319114 they mention that these kinds of errors occurs due to a missing file, corrupted or incorrect 'path' (read the same on additional post) so any idea where to locate the 'path' that 'calls' php5apache2_2.dll? Maybe the answer is there. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 17 Oct '11 17:10 Post subject: |
|
|
Mitchel,
please post the php config part from your httpd.conf |
|
Back to top |
|