博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
windows sever2003安装Wamp 2.5不成功——VC 11不支持Windows Server 2003和win XP?
阅读量:7168 次
发布时间:2019-06-29

本文共 2283 字,大约阅读时间需要 7 分钟。

Windows Server 2003 安装Wamp 2.5不成功

Wampserver 2.5 will not run on Windows XP
报错信息:C:\wamp\bin\apache\apache2.4.9\bin\httpd.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

 

转载地址:http://jbqwm.baihongyu.com/

你可能感兴趣的文章
[Codeforces958E2]Guard Duty (medium)(区间DP)
查看>>
Javascript异步编程之二回调函数
查看>>
十大滤波算法
查看>>
MyBatis中井号与百分号的区别
查看>>
函数可变参数
查看>>
在appdelegate中 设置跟视图控制器 但是没办法全屏
查看>>
VS2017 启动调试报错无法启动程序 当前状态中非法
查看>>
JavaScript中的原型(prototype)与继承
查看>>
react-native-splash-screen android 启动页实现,以及遇到问题解决方案
查看>>
【转】线程正确的退出等待方式
查看>>
【Delphi】GIF 动画建立
查看>>
[Unity] 查找资源
查看>>
缓存中常见的概念及解决方案
查看>>
手把手教你使用issue作为博客评论系统
查看>>
leetcode-674-Longest Continuous Increasing Subsequence
查看>>
JavaScript执行环境与作用域
查看>>
博客推荐
查看>>
小猿圈python学习-系统调用sys模块
查看>>
event 事件 坐标兼容
查看>>
C# 控件线程匿名委托定义
查看>>