【问题标题】:Why can't I start WampServer in Windows 2003 server sp2?为什么我不能在 Windows 2003 server sp2 中启动 WampServer?
【发布时间】:2014-01-08 00:55:23
【问题描述】:

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

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

这几天我都快疯了。如果有任何建议或类似案例,非常感谢您。

【问题讨论】:

  • 你安装了哪个版本的 WAMPServer?

标签: wampserver


【解决方案1】:

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

适用于 WAMP 32 位

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

适用于 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)

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

Microsoft Visual C++ 2012

And select vcredist_x64.exe

【讨论】:

    【解决方案2】:

    作者直接在下载页面上声明(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 可再发行软件包(如上所述)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-05-01
      • 2010-09-21
      • 2011-02-12
      • 1970-01-01
      • 2015-03-30
      • 1970-01-01
      • 1970-01-01
      • 2010-10-28
      相关资源
      最近更新 更多