Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

installing apache: no VCRUNTIME140.dll

Tags:

apache

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??

like image 954
parsecer Avatar asked Jul 18 '15 17:07

parsecer


People also ask

Is VCRUNTIME140 dll needed?

In the vast majority of cases, the solution is to properly reinstall vcruntime140. dll on your PC, to the Windows system folder. Alternatively, some programs, notably PC games, require that the DLL file is placed in the game/application installation folder.


2 Answers

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

like image 107
graell Avatar answered Sep 26 '22 10:09

graell


I had same problem, my issue was that downloaded Apache 2.4 but 32 bits. Then re-download 64bits version and it's works.

I hope it helps you

like image 39
Claudio Moscoso Avatar answered Sep 22 '22 10:09

Claudio Moscoso