Reputation: 343
I know this is not the first time this error has been reported, but I still can't solve it!
Settings
error
solutions that didn't work
Please help, thank you.
edit: I couldn't wait any longer so I had to try this desperate "solution"... So I downloaded and installed an earlier version of wampserver: http://www.wampserver.com/en/#download-wrapper WAMPSERVER (64 BITS & PHP 5.3) 2.2E and everything is working fine!
Upvotes: 0
Views: 2051
Reputation: 23
I had the same problem. The problem is that the port Apache is trying to use is actually being used by some other application. Either 1. Change the port no. from the file http.conf or httpd.conf from 80 to smething else Listen 8080 change 8080 to something else.
Upvotes: 0
Reputation: 2870
FOR WAMP 64bit
Microsoft Visual
C++ 2008 SP1 Redistributable Package (x86) [http://www.microsoft.com/en-gb/download/details.aspx?id=5582]
Yes you need the x86 Package regardless
Microsoft Visual C++ 2008 Redistributable Package (x64) [http://www.microsoft.com/en-gb/download/details.aspx?id=15336]
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) [http://www.microsoft.com/en-gb/download/details.aspx?id=13523]
If you are using WampServer 2.4
Microsoft Visual C++ 2012 [http://www.microsoft.com/en-gb/download/details.aspx?id=30679]
And select vcredist_x64.exe
Upvotes: 0
Reputation: 94642
It could well be that your W7 system has not have all the required versions of all of these Microsoft C/C++ Redistributable runtime libraries. You dont need the whole compiler, just these C/C++ runtime libraries.
The 2008 Redist (32bit) is used by wampmanager even if you installed the 64bit WAMPServer.
The 2010 Redist is used by some versions of Apache ( depending on compiler used ).
The 2012 Redist is used by some versions of Apache ( depending on compiler used ).
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Link1 Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Link2
If you are using WampServer 2.4 32bit and therefore Apache 2.4.x
Microsoft Visual C++ 2012 is required Link3 And select vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Link4
Yes you need the x86 Package regardless as wampmanager uses this <<
Microsoft Visual C++ 2008 Redistributable Package (x64) Link5 Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) Link6
If you are using WampServer 2.4 64bit
Microsoft Visual C++ 2012 Link7 And select vcredist_x64.exe
Upvotes: 0