2014-01-08 36 views
0

这是我遇到的问题。我下载并安装了WampServer,无法启动。点击后,它开始没有任何错误信息,但立即结束,因为 右下角有一个WampServer图标(除输入图标和时间外),并在不到1秒内自动消失。当使用ctrl + alt + del时,没有发现任何加工过程。为什么我无法在Windows 2003服务器sp2中启动WampServer?

我想wampserver软件本身没有问题,因为它可以成功安装在其他计算机上。以前的搜索表明我需要安装Visual C++ 2008和2010,但它似乎仍然是一样的。

我为此疯了几天。非常感谢您,如果有任何建议或类似的情况。

+0

您安装了哪个版本的WAMPServer? – RiggsFolly

回答

2

请确保您拥有所有这些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 32位

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)

如果您正在使用WampServer2.4/2.5 32位,因此阿帕奇2.4.x的

Microsoft Visual C++ 2012 is required

And select vcredist_x86.exe 

FOR WAMP 64

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)

>> Yes you need the x86 Package regardless as wampmanager uses this << 

Microsoft Visual C++ 2008 Redistributable Package (x64)

Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)

如果你是USI NG WampServer2.4/2.5 64位

Microsoft Visual C++ 2012

And select vcredist_x64.exe 
0

作者直接陈述的下载页面(http://www.wampserver.com/en/)上:

Wampserver 2.5是与Windows XP不兼容,也没有用SP3 , 也不是Windows Server 2003

当我tr ied它,在安装过程中,我得到奇怪的,神秘的错误弹出窗口,如“bin \ apache \ apache2.4.9 \ bin \ httpd.exe不是有效的Win32应用程序”。 我建议做了WIN2K3平台手动方法 - 相信这是一个很多工作,但你可以按照一个优秀的,精确的一步一步的食谱在这里:

http://www.ricocheting.com/how-to-install-on-windows/apache

我做这个方法十几次没有并发症。如果你以前从未完成过“老派之路”,那是一个很好的学习经历。而且这可能会比尝试让WampServer在Win2K3操作系统上工作挣扎要快得多。

请注意,在这两种情况下,您仍需要先安装VC 2008可再发行组件包(如上所述)。

相关问题