当我开始Wampserver 3.0.0
时,我收到了消息"wamp can't start because MSVCR110.dll is missing"
,尽管我已从我的vcredist_x64
的Microsoft网站下载(Microsoft Visual C++ 2012 Redistributable x64)
64 bit machine
并已安装它。关于我还应该做什么的任何建议?
答案 0 :(得分:16)
您没有遵循安装开始之前显示的先决条件。您尚未阅读并验证下一步。然而,文字非常明确
---安装Wampserver - -
在继续安装Wampserver之前,必须确保系统上安装了某些元素,否则Wampserver将无法运行,此外,安装将出现故障,您需要在安装元素之前删除Wampserver失踪了。
确保您在可再发行软件包VC9,VC10,VC11,VC13和VC14中“最新” 即使您认为自己是最新的,也可以以管理员身份安装每个软件包,如果消息“已经安装”,请验证修复。
Wampserver 2.4,2.5和3.0强制要求使用以下软件包(VC9,VC10,VC11),即使您只使用Apache和PHP版本,PHP 7和Apache 2.4.17也需要VC11和VC14
- VC9包(Visual C ++ 2008 SP1)
http://www.microsoft.com/en-us/download/details.aspx?id=5582
http://www.microsoft.com/en-us/download/details.aspx?id=2092
- VC10包(Visual C ++ 2010 SP1)
http://www.microsoft.com/en-us/download/details.aspx?id=8328
http://www.microsoft.com/en-us/download/details.aspx?id=13523
- VC11包(Visual C ++ 2012 Update 4)
要下载的两个文件VSU4 \ vcredist_x86.exe和VSU4 \ vcredist_x64.exe位于同一页面上:
http://www.microsoft.com/en-us/download/details.aspx?id=30679
- VC13包[/ b](Visual C ++ 2013 []
要下载的两个文件VSU4 \ vcredist_x86.exe和VSU4 \ vcredist_x64.exe位于同一页面上:
https://www.microsoft.com/en-us/download/details.aspx?id=40784
- VC14包(Visual C ++ 2015)
要下载的两个文件vcredist_x86.exe和vcredist_x64.exe在同一页面上:
http://www.microsoft.com/fr-fr/download/details.aspx?id=48145
如果您有64位Windows,则必须安装32位和64位版本,即使您不使用Wampserver 64位。
这是Wampserver的TROUBLESHOOTING TIPS的第20项 http://forum.wampserver.com/read.php?2,134915
此文本位于文件install-directory_of_wampserver / install-english.txt
中