Page 1 of 1

i'm can't start XAMPP

PostPosted: 30. September 2009 22:08
by fate_project
Hello, i'm from mexico and my english is bad... sorry XD


i'm can't start xampp on Ubuntu 9.4, I did everything the guide said, but it makes this error:

Image

which will be the problem?

thanks and sorry, i bad on english. XD

Re: i'm can't start XAMPP

PostPosted: 01. October 2009 09:32
by Nobbie
Look into error_log file /opt/lampp/logs/error_log

Re: i'm can't start XAMPP

PostPosted: 01. October 2009 21:16
by SirGallo
i have the same problem...

My file /opt/lampp/logs/error_log :

Code: Select all
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs


I don't understand this message, what happen ?

Re: i'm can't start XAMPP

PostPosted: 01. October 2009 22:40
by Nobbie
SirGallo wrote:I don't understand this message, what happen ?


Port 80 is already in use on your PC.

Most cases you have either Skype installed and working on port 80, or Microsoft IIS is installed and blocks port 80.

Re: i'm can't start XAMPP

PostPosted: 01. October 2009 23:11
by fate_project
Nobbie wrote:Look into error_log file /opt/lampp/logs/error_log



this is my file log:


Image


----------------------------------------------------------------

about port 80:


i don't have Skype in my PC, and Microsoft IIS is for DataBases,no? I don't have IIS

But, in Windows i have installed WAMP in Disk C: and i use the localhost, and myadmin without problems.

if port 80 is blocked as unlocking?


Thanks for your answers

Re: i'm can't start XAMPP

PostPosted: 02. October 2009 05:37
by lkause
It is most likely your WAMP server in Windows that is using port 80 (this is assuming you are using Virtual PC 2007 or VMWare that has Ubuntu installed).

If you are using a virtual machine to host Ubuntu, change the network settings in VMWare machine and change the network settings to "Bridged". In Virtual PC 2007, change the network settings to "Virtual Machine Network Driver".

Your (Host)Windows machine and (Guest) Ubuntu Virtual box will have 2 different IP addresses if you are using a router, and you will be able to use both successfully.

------ if the above does not apply ------

change the server settings used by WAMP or XAMPP to use different ports.

LK

Re: i'm can't start XAMPP

PostPosted: 02. October 2009 23:51
by fate_project
lkause wrote:It is most likely your WAMP server in Windows that is using port 80 (this is assuming you are using Virtual PC 2007 or VMWare that has Ubuntu installed).

If you are using a virtual machine to host Ubuntu, change the network settings in VMWare machine and change the network settings to "Bridged". In Virtual PC 2007, change the network settings to "Virtual Machine Network Driver".

Your (Host)Windows machine and (Guest) Ubuntu Virtual box will have 2 different IP addresses if you are using a router, and you will be able to use both successfully.

------ if the above does not apply ------

change the server settings used by WAMP or XAMPP to use different ports.

LK



i don't use a Virtual Machine for Ubuntu.

i will change the port of xampp, maybe the problem is resolved

thanks for answering