Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Trying to get up to date, php5apache2_4.dll not found |
|
Author |
|
sailor
Joined: 17 Apr 2015 Posts: 82 Location: US
|
Posted: Fri 17 Apr '15 18:34 Post subject: Trying to get up to date, php5apache2_4.dll not found |
|
|
Essentially, is there a php5_apache2_4.dll for VC11?
I'm trying to update from
Apache/2.4.9 (Win32) PHP/5.5.11
Apache Lounge VC10 Server built: Mar 17 2014 10:48:43
to
Server version: Apache/2.4.12 (Win32)
Apache Lounge VC11 Server built: Mar 20 2015 12:12:41
and php 5.6.8 VC11.
I guess the problems is that there's no VC11 fo php5_apache2_4.dll?
When I try to start:
D:\Apache24\bin>httpd.exe
httpd.exe: Syntax error on line 184 of D:/Apache24/conf/httpd.conf: Cannot load
D:/PHP_5.6.8/php5apache2_4.dll into server: The specified module could not be found.
config:
#LoadModule php5_module "D:/PHP_5.5.11/php5apache2_4.dll"
#PHPIniDir "d:/PHP_5.5.11"
LoadModule php5_module "D:/PHP_5.6.8/php5apache2_4.dll"
PHPIniDir "d:/PHP_5.6.8" |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Fri 17 Apr '15 20:16 Post subject: |
|
|
The php5apache2_4.dll that comes with PHP 5.5 or 5.6 is for VC11. The message "The specified module could not be found" usually means that you are missing some DLL in the apache\bin directory. Try copying libeay32.dll, ssleay32.dll, libsasl.dll, libintl.dll and the icu*.dll's from D:\PHP_5.6.8 to D:\Apache24\bin.
If that still does not work try copying all dll's in D:\PHP_5.6.8 to D:\Apache24\bin. |
|
Back to top |
|
sailor
Joined: 17 Apr 2015 Posts: 82 Location: US
|
Posted: Fri 17 Apr '15 20:56 Post subject: |
|
|
Thanks, I'm not sure why I got confused TS versus NTS and then got the wrong one.
I'm off and running now.
TGIF. |
|
Back to top |
|
|
|
|
|
|