为什么我不能在Windows 2003服务器sp2中启动WampServer?

时间:2014-01-08 00:55:23

标签: wampserver

这是我遇到的问题。我下载并安装了WampServer,无法启动。单击后,它开始没有任何错误消息,但立即结束,因为 右下角有一个WampServer图标(只是输入图标和时间),并在不到1秒的时间内自动消失。使用 ctrl + alt + del 时,找不到wamp的进程。

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

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

2 个答案:

答案 0 :(得分: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 32bit

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

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

如果您使用的是WampServer2.4 / 2.5 32位,那么Apache 2.4.x

Microsoft Visual C++ 2012 is required

And select vcredist_x86.exe

FOR WAMP 64bit

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)

如果您使用的是WampServer2.4 / 2.5 64位

Microsoft Visual C++ 2012

And select vcredist_x64.exe

答案 1 :(得分:0)

作者直接在下载页面(http://www.wampserver.com/en/)上声明:

  

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

当我尝试它时,在安装过程中我得到了奇怪的,神秘的错误弹出窗口,例如“bin \ apache \ apache2.4.9 \ bin \ httpd.exe不是有效的Win32应用程序”。 我建议为Win2K3平台做手动方法 - 确保它有更多的工作,但你可以在这里遵循一个优秀,精确的分步方法:

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

我已经完成了这种方法十几次没有并发症。如果你以前从未做过“旧学校的方式”,这是一个很好的学习经历。而且整体上可能比试图让WampServer在Win2K3操作系统上工作更快。

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