Wampserver 2.5 installation issues
Posted by: conners (---.as13285.net)
Date: August 18, 2015 01:14PM

I am trying to run WampServer 2.5 (32bit version) but I keep getting an error message about msvcr110.dll, even though I have installed the Visual C++ Redistributable for Visual Studio 2012.

How can I resolve the issue? I'm running Windows 7 64bit. I've also got Visual Studio 2010 installed, and possibly MS IIS as well.

Thanks.



Edited 3 time(s). Last edit at 08/18/2015 01:30PM by conners.

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: RiggsFolly (---.as43234.net)
Date: August 18, 2015 01:39PM

Hi Conners,

Please start by reading through the post Checks to be made if you have a problem


Especially

Point 8 about IIS and WAMPserver
and
Point 20 about loading ALL the correct MSVC runtimes libraries

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: conners (---.as13285.net)
Date: August 18, 2015 02:00PM

Can I run Wampserver and IIS on the same machine?

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: RiggsFolly (---.as43234.net)
Date: August 18, 2015 04:39PM

Well you can, but there are some provisos

1. Either not at the same time, and then both can use port 80 as they are never running at the same time

2. Or at the same time, but you have to change one of them to use a port other than port 80 as by default a web server will use port 80 and they are both web servers.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: dovk179 (---.hsd1.ct.comcast.net)
Date: August 20, 2015 05:45PM

After having WampServer Version 2.5 installed and work ok for some time
I inastalled SQL server 2012 and then SSIS and lost the port addres 80 to the TCP.
(c:\netstat -an gives TCP Local address 0:80; state Listening)

How can I liberate the port to wampserver and to what numbes can I change it.
My platform is windows 7 32 bit.
Thanks

Dov

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: RiggsFolly (---.as43234.net)
Date: August 20, 2015 06:03PM

I assume you mean you installed IIS and not SSIS?

Well you can stop IIS when you want to use WAMPServer that allows Apache to claim port 80.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: dovk179 (---.hsd1.ct.comcast.net)
Date: August 20, 2015 06:42PM

Hi,
I dont think that this is the case because, I checked the active connections using c:\netState -an and I got
Proto localaddress Forein Address State
TCP 0.0.0.0:80 0.0.0.0.0 Listening
TCP 0.0.0.0:135 0.0.0.0.0 Listening
and so on I belive that in this case I have a problem with TCP.
Is it possible that I am looking in the wrong place???

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: RiggsFolly (---.as43234.net)
Date: August 21, 2015 01:53AM

Hi,

Try this it should tell you what the process is actually called tht is using port 80

netstat -anop TCP | find ":80"
tasklist /FI "PID eq 999" /FO TABLE /NH

replacing 999 with the PID number from the previous command that is using port 80.

If its IIS here is how to stop it while you use WAMPServer. This is prefereable to changing the port number that Wpache Listens to as that brings other complexities


[technet.microsoft.com]

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-



Edited 1 time(s). Last edit at 08/21/2015 01:58AM by RiggsFolly.

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: dovk179 (---.hsd1.ct.comcast.net)
Date: August 21, 2015 01:33PM

Hi,
netstat -anop TCP | find ":80" -- gave me TCP 0.0.0.0:80 Listening.
tasklist /FI "PID eq 999" /FO TABLE /NH -- gave me
info: No taskes are running which match the specified criteria.

Dov

Options: ReplyQuote
Re: Wampserver 2.5 installation issues
Posted by: RiggsFolly (---.as43234.net)
Date: August 21, 2015 03:04PM

replacing 999 with the PID number from the netstat command that is using port 80.

Example

>netstat -anop TCP | find ":80"
TCP    0.0.0.0:80          0.0.0.0:0              LISTENING       8088


>tasklist /FI "PID eq 8088" /FO TABLE /NH
httpd.exe          8088   Services                   0     20,260 K

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.