Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
727 views
in Technique[技术] by (71.8m points)

installing apache: no VCRUNTIME140.dll

My OS is Windows 7,x64.

I've downloaded files from the official server (Apache2.4), but my attempt to install it failed: httpd -k install ,typed in command prompt (it was opened by administrator) given a "no VCRUNTIME140.dll" error.

But i have Microsoft Visual C++ both x64 and x86 installed. What's the problem??

question from:https://stackoverflow.com/questions/31493605/installing-apache-no-vcruntime140-dll

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Be sure you have C++ Redistributable for Visual Studio 2015 RC. Try to download the last version:

https://www.microsoft.com/en-us/download/details.aspx?id=52685

Obs: Credit to parsecer


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...