Open emr installation problem

teleradiologist wrote on Saturday, August 01, 2009:

Hi,
I just finished installing openemr 3.0.1.The xampp folder is in the C root directry
The mysql service is getting installed and starting without any problems.
However when I am trying to install the apache service I get the following message on the command prompt.

Installing Apache2.2 as an Service
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf…
Errors reported here must be corrected before the service can be started.
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Now we Start Apache2.2 :slight_smile:
The Apache2.2 service is starting.
The Apache2.2 service could not be started.

A service specific error occurred: 1.

More help is available by typing NET HELPMSG 3547.

Press any key to continue . . .
-------------------------------------------------------------------------------------
I am unable to get the apache service started.

I also have the following questions?
1)Do I seperately  have to download and install the apache server?
2)Do I have to seperately install mysql?

please help me out on this
thanks

bradymiller wrote on Saturday, August 01, 2009:

hey,

I am assuming you have installed the "OpenEMR Windows XAMPP Package". This includes a already configured mysql and apache server, and it looks like you followed instructions here:
http://oemr.org/modules/wiwimod/index.php?page=WindowsXamppPackageInstallation

I’m guessing your using a program that is using port 80; either another apache installation or you have windows IIS web server turned on (turn these off in the windows services menu).

Also, to avoid the pitfall "KNOW BUGS OR ISSUES" mentioned in the instructions, remove the
C:/xampp/mysql/bin/winmysqladmin.exe file.

-brady

teleradiologist wrote on Saturday, August 08, 2009:

Hey thanks I’ll turn off my iis and try again