oz2*_*z27 2 windows wampserver
我尝试安装wampserver3.0.6_x64,我收到以下消息
程序无法启动,因为您的计算机缺少api-ms-win-crt-runtime-l1-1-0.dll
我已经安装了所有的东西
我在StackOverflow中读到我需要安装Universal C Runtime,但是我无法安装它.
我很想知道如何解决它.

更新:
最简单的解决方案
从WAMPServer备用仓库下载一整套MSVC运行时,可以在此处找到.查看页面底部,有一个名为All Visual C++ Redistribuable Packages (x86) (32bits)或All Visual C++ Redistribuable Packages (x86_x64) (32 & 64bits)
这将下载包含所有可能的MSVC运行时库安装程序的ZIP文件.解压缩文件并按逻辑顺序运行它公开的所有安装程序,从最低版本到最高版本,一次一个.
我从您的图片中注意到您没有安装 WAMPServer安装过程中提到的任何必备的MSVC运行时库.因此,您需要仔细阅读并确保您的操作系统完全能够运行可与WAMPServer一起安装的任何版本的APache/MYSQL和PHP.
在继续安装Wampserver之前,必须确保拥有所有这些Microsoft C/C++运行时库的当前版本,如果在安装Wampserver之前没有检查并安装任何缺少的库,它将无法正确安装并且无法正确运行!
如果您安装了WAMPServer而没有注意安装对话框,指定这些先决条件,您的安装将会出错,您需要在安装任何缺少的运行时库之前删除Wampserver .然后在安装所有运行时重新安装WAMPServer.
确保您的系统具有所有这些可再发行软件包的"最新"版本: -
如果您运行的是64位Windows,建议安装这些运行时库的32位和64位版本.请记住,Windows 64bit可以运行32位代码,也可以在64位Windows操作系统上安装32位或64位WAMPServer.
如果您正在运行Window pre windows 10,并且您正在运行使用使用MSVC 2015(VC14)编译的Apache/Mysql/PHP的组件,则还需要安装" Universal C Runtime可以根据本文档通过标准Windows Update下载" .微软网站
----在Windows中更新Universal C Runtime
所有这些可再发行组件的链接可以在本文后面找到,以帮助您查找和安装它们.
请单独下载每个,然后在下载之前完成安装.无论版本如何,下载的安装程序的文件名几乎总是相同的,很容易混淆并错过一个.Control Panel -> Programs and Features在继续安装WAMPServer之前,请检入它们是否已全部安装完毕.
即使您只使用Apache和PHP版本VC11,Wampserver 2.4,2.5和3也需要以下软件包(VC9,VC10,VC11).Apache版本2.4.17(或更高版本)和PHP 7版本需要VC14.
在何处查找和下载MSVC Redistributable软件包:
适用于Windows 2000 Service Pack 4的VC9可再发行组件 ; Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP,W7,W8
Microsoft Visual C++ 2008 SP1可再发行组件包(x86)(32位)
Microsoft Visual C++ 2008 SP1可再发行组件包(x64)(64位)
VC10可再发行
对于Windows 7; Windows Server 2003; Windows Server 2008; Windows Server 2008 R2; Windows Vista; Windows XP
Microsoft Visual C++ 2010 SP1可再发行组件包(x86)
Microsoft Visual C++ 2010 SP1可再发行组件包(x64)
VC11可再发行组件 注意:Windows XP 不支持 VC11或更高版本
Windows 7 Service Pack 1; Windows 8; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Vista Service Pack 2 要下载的两个文件 VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe位于同一页面上:
Visual Studio 2012 Update 4的Visual C++ Redistributable(x86和x64)
VC13可再发行
Windows 7 Service Pack 1; Windows 8; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Vista Service Pack 2 要下载的两个文件 VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe位于同一页面上:
Visual Studio 2013的Visual C++ Redistributable Packages
VC14可再发行(Apache 2.4.17和PHP 7必需)
Windows 10,Windows 7 Service Pack 1,Windows 8,Windows 8.1,Windows Server 2003 Service Pack 2,Windows Server 2008 R2 SP1,Windows Server 2008 Service Pack 2,Windows Server 2012,Windows Vista Service Pack 2 要下载的两个文件 vcredist_x86.exe et vcredist_x64.exe在同一页面上:
VC15可再分发(Apache 2.4.26必需)
Visual Studio 2017 x86的Visual C++ Redistributable Packages
Visual Studio 2017 x64的Visual C++ Redistributable软件包
VC2017(VC15)向后兼容VC2015(VC14).这意味着,VC14模块可以在VC15二进制文件中使用.由于此兼容性,可再发行组件的版本号为14.1x.xx,并且在安装可再发行组件VC2017之后,VC2015已被删除,但您仍可以使用VC14.
Visual Studio 2015 Update 3的Visual C++ Redistributable Packages
Windows Windows 10,Windows 7 Service Pack 1,Windows 8,Windows 8.1,Windows Server 2008 R2 SP1,Windows Server 2008 Service Pack 2,Windows Server 2012,Windows Vista Service Pack 2中的Universal C运行时更新请按照此页面上的链接进行操作为您的特定环境
在Windows中更新Universal C Runtime
注意:如果在安装所有这些所需的运行时之前安装了WAMPServer,最好卸载WAMPServer,然后在安装所有运行时后重新安装WAMPServer
最简单的解决方案 从WAMPServer备用仓库下载一整套MSVC运行时,可在此处找到
查看页面底部,有一个名为All Visual C++ Redistribuable Packages (x86) (32bits)或的下载All Visual C++ Redistribuable Packages (x86_x64) (32 & 64bits)
这将下载包含所有可能的MSVC运行时库的ZIP文件.解压缩文件并按逻辑顺序运行它公开的所有安装程序,从最低版本到最高版本,一次一个.
| 归档时间: |
|
| 查看次数: |
26002 次 |
| 最近记录: |