I want to install a Web server and analyze the processing of the requests, to verify the relationship between the configurations and the behavior of the server.
In order to be able to deliver my configuration, I've decided to develop the entire task in a VirtualBox virtual machine.
The process I've been through was straightforward:
As I'm using a 64 bit version of Windows 10, decided to install a WAMP x64.
Initially, the errors I've been through were:
vcruntime140.dll
msvcr120.dll
msvcp120.dll
After going through them all, copying the .dll to the folder System32, no .dll was missing anylonger and still appeared the following error:
The application was unable to start correctly (0x000007b).
At this time i thought: well, if WAMP x64 doesn't work, let's try WAMP x32.
Turns out the errors showing up were (just like previously in WAMP x64):
vcruntime140.dll
msvcr120.dll
msvcp120.dll
Accordingly to one of WAMPS's forum moderators, RiggsFolly, it's crucial to:
-- Make sure your system has "up to date" versions of ALL 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/C++ Redistributable 2013 (VC13),
--- Microsoft Visual C/C++ Redistributable 2015 (VC14),
--- Microsoft Visual C/C++ Redistributable 2017 (VC15)
After doing it and trying to install WAMP x64 i get the same result as before.
Based also on RiggsFolly post in the forum:
-- Wampserver 3.1.3 32/64 bit x86_x64 (Cumulative Update.) You are strongly encouraged to apply this update. This is a cumulative update. There is no need to apply the old updates 3.0.1 to 3.1.2 before applying 3.1.3. This update will be required to install the latest Apache, PHP, MySQL or MariaDB addons.
I've done that but the problem persists... testing atm installing WAMP x32.
This seems to me I'm in a circle and the installation of WAMP, due to my machine requisites, can take up to 30 min - it's just to much time waiting. This should be quite straightforward, i don't get it...
How can I complete the installation of WAMP with success?
This worked using WAMP x32 (and ofc granting all the previous redistributable packages - x 86 only was enough).