我知道这不是第一次报告此错误,但我仍然无法解决!
设置
错误
无效的解决方案
请帮助,谢谢。
编辑: 我不能再等了,所以我不得不尝试这种绝望的“解决方案”...... 所以我下载并安装了早期版本的wampserver:http://www.wampserver.com/en/#download-wrapper WAMPSERVER(64 BITS& PHP 5.3)2.2E 一切都很好!
答案 0 :(得分:0)
很可能您的W7系统没有所有这些Microsoft C / C ++ Redistributable运行时库的所有必需版本。您不需要整个编译器,只需要这些C / C ++运行时库。
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可再发行组件包(x86)Link1 Microsoft Visual C ++ 2010 SP1可再发行组件包(x86)Link2
如果您使用的是WampServer 2.4 32位,那么Apache 2.4.x
需要Microsoft Visual C ++ 2012 Link3并选择vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C ++ 2008 SP1可再发行组件包(x86)Link4
是的,你需要x86包,无论wampmanager使用这个<<
Microsoft Visual C ++ 2008可再发行组件包(x64)Link5 Microsoft Visual C ++ 2010 SP1可再发行组件包(x64)Link6
如果您使用的是WampServer 2.4 64位
Microsoft Visual C ++ 2012 Link7并选择vcredist_x64.exe
答案 1 :(得分:0)
FOR WAMP 64bit
Microsoft Visual
C ++ 2008 SP1可再发行组件包(x86)[http://www.microsoft.com/en-gb/download/details.aspx?id=5582]
是 你需要x86软件包
Microsoft Visual C ++ 2008 可再发行软件包(x64)[http://www.microsoft.com/en-gb/download/details.aspx?id=15336]
Visual C ++ 2010 SP1可再发行组件包(x64)[http://www.microsoft.com/en-gb/download/details.aspx?id=13523]
如果 您使用的是WampServer 2.4
Microsoft Visual C ++ 2012 [http://www.microsoft.com/en-gb/download/details.aspx?id=30679]和 选择 vcredist_x64.exe
答案 2 :(得分:0)
我遇到了同样的问题。问题是Apache尝试使用的端口实际上正被其他一些应用程序使用。或 1.更改端口号。从文件http.conf或httpd.conf从80到其他东西 听8080 将8080更改为其他内容。