I want to install a web server and analyze request processing to check the relationship between configurations and server behavior.
In order to be able to deliver my configuration, I decided to develop the entire task in a VirtualBox virtual machine.
The process I went through was simple:
Since I am using the 64-bit version of Windows 10, I decided to install WAMP x64.
The initial errors I went through were:
vcruntime140.dll
msvcr120.dll
msvcp120.dll
After going through them all, copying the .dll to the System32 folder, no.dll was missing and the following error still appeared:
The application failed to start correctly (0x000007b).
At this time, I thought: well, if WAMP x64 is not working, try WAMP x32.
Turns off the appearance of errors (as before in WAMP x64):
vcruntime140.dll
msvcr120.dll
msvcp120.dll
According to one of the moderators of the WAMPS forum , RiggsFolly, it’s important:
- Make sure your system has the "latest" versions of ALL of these redistributable packages: -
--- Microsoft Visual C / C ++ Redistributable 2008 (VC9),
--- Microsoft Visual C / C ++ Redistributable 2010 (VC10),
--- Microsoft Visual C / C ++ Redistributable 2012 (VC11),
--- Microsoft Visual C/++ Redistributable 2013 (VC13),
--- Microsoft Visual C/++ Redistributable 2015 (VC14),
--- Microsoft Visual C/++ Redistrbutable 2017 (VC15)
WAMP x64, , .
RiggsFolly :
- Wampserver 3.1.3 32/64 x86_x64 ( .) . . 3.0.1 3.1.2 3.1.3. Apache, PHP, MySQL MariaDB.
, ... atm WAMP x32.
, , WAMP - 30 - . , ...
WAMP?