zoukankan      html  css  js  c++  java
  • windows sever2003安装Wamp 2.5不成功——VC 11不支持Windows Server 2003和win XP?

    Windows Server 2003 安装Wamp 2.5不成功
    Wampserver 2.5 will not run on Windows XP

    报错信息:C:wampinapacheapache2.4.9inhttpd.exe 不是有效的 Win32应用程序
    操作系统【Windows_Server_2003_Enterprise_Edition_R2_CH_x86】
    软件环境:WampServer 2.5

    原因:WampServer 2.5 一定要安装VC 11,但是The VC11 library will not run on Windows XP, even SP3 or Windows Server 2003(Windows Server 2003 不支持VC11)

    顺便说一下,安装Wamp 2.4,一下就成功,省事儿!
    如果您也是【Windows_Server_2003】的系统,还是安装Wamp 2.4吧!
    wamp server 2.4 的下载地址:http://sourceforge.net/projects/wampserver/files/WampServer%202/

    ---------------------------------------------------------------
    Requirements :

    WampServer 2.5 includes, among others , Apache 2.4.9 and PHP 5.5.12 that are "compiled" with Visual C++ 2012, more commonly referred to as VC11.

    The VC11 library will not run on Windows XP, even SP3 or Windows Server 2003, so the minimum system requirements to run WAMPServer 2.5 are:
    Windows 7 SP1 ,
    Windows 8/8.1 ,
    Windows Vista SP2 ,
    Windows Server 2008 R2 SP1 ,
    Windows Server 2012/R2.

    A binary compiled using VC11 can load modules compiled with VC11, VC10 or VC9, but is totally incompatible with modules compiled using VC6.
    This means that only Apache, PHP or MySQL versions compiled with VC9+ can be retrofitted, which excluded PHP 5.2.x, Apache 1.3 and 2.0 branches.

    WampServer 2.5 uses symbolic links and junctions and will only work with NTFS formatted disks or partitions and not with FAT32 drives.
    You should also ensure that you have the latest versions of the VC11 C++ runtime: [ [www.microsoft.com] ]

    Note: If you use a Windows 64-bit version, you must install both 32 and 64 bits versions of the VC11 (2012) runtime. The vcredist_arm.exe file only concerns ARM and Windows RT, for example the shelves SURFACE processors.

    None of the addons available for download are compatible with WAMPServer 2.5
    However it is perfectly possible to manually add versions of Apache, PHP and MySQL. See the forum for help on this.

    http://forum.wampserver.com/read.php?2,123685
    ---------------------------------------------------------------

    WampServer 2.5组件的版本:
    - Apache 2.4.9
    - PHP 5.5.12
    - MySQL 5.6.17
    - PhpMyAdmin 4.1.14
    - SqlBuddy 1.3.3
    - XDebug 2.2.5
    - phpsysinfo 3.1.12
     
    WampServer 2.4组件的版本:
    - Apache 2.4.4
    - PHP 5.4.16
    - MySQL 5.6.12
    - PhpMyAdmin 4.0.4
    - SqlBuddy 1.3.3
    - XDebug 2.2.3

  • 相关阅读:
    开源监控软件之争
    为什么很多公司都自主开发监控系统?
    为 UWP 应用提供的 .NET 网络 API
    亲,根据二八定律,你的监控工具可能白装了哦
    PHP7正式版测试,性能惊艳!
    Java Web 前端高性能优化(一)
    天下武功无坚不破,唯快不破!
    告警信息大爆炸,运维解放秘籍!
    第33节:Java面向对象中的异常
    第33节:Java面向对象中的异常
  • 原文地址:https://www.cnblogs.com/wellsoho/p/4964148.html
Copyright © 2011-2022 走看看