Page 1 of 1

Trying to start XAMPP for Linux

PostPosted: 21. February 2009 14:50
by leli
I have downloaded XAMPP Linux 1.7 and extracted it to /opt with:
tar xvfz xampp-linux-1.7.tar.gz -C /opt
I try to start xampp: /opt/lampp/lampp start, but get the message;
XAMPP: Another web server daemon is already running.

XAMPP: Another MySQL daemon is already running.

XAMPP: XAMPP-ProFTPD is already running.

XAMPP for Linux started.

Can anyboddy help me?

Re: Trying to start XAMPP for Linux

PostPosted: 21. February 2009 20:43
by Wiedmann
Hmm, if you already have another web server, ftp server, and mysql server running, why did you need XAMPP?

Re: Trying to start XAMPP for Linux

PostPosted: 22. February 2009 00:34
by leli
Wiedmann wrote:Hmm, if you already have another web server, ftp server, and mysql server running, why did you need XAMPP?


Thank you, but how can I find out where the servers are and delete them?

Re: Trying to start XAMPP for Linux

PostPosted: 22. February 2009 00:49
by Wiedmann
how can I find out where the servers are

e.g. with "ps".

and delete them?

Sorry, don't know anything about your specific Linux distribution.

Re: Trying to start XAMPP for Linux

PostPosted: 04. March 2009 00:18
by leli
I have manage to start xampp for Linux at last. Thank You!
I have another problem. I cant find mysql. It should be at; /opt/lampp/mysql ?
I find it at :/opt/lampp/var/mysql, but had no permission to open the directory.
How can I be a superuser to open it?

Re: Trying to start XAMPP for Linux

PostPosted: 04. March 2009 00:20
by Wiedmann
I cant find mysql.

You mean the command line client "mysql"? It's like other binaries in "/opt/lampp/bin".

Re: Trying to start XAMPP for Linux

PostPosted: 09. March 2009 13:32
by funkyapache
leli wrote:I have manage to start xampp for Linux at last. Thank You!
I have another problem. I cant find mysql. It should be at; /opt/lampp/mysql ?
I find it at :/opt/lampp/var/mysql, but had no permission to open the directory.
How can I be a superuser to open it?



Could you help me I have the same problem. How did you fix it? I've installed into on ubuntu 8.10. I normally use wamp and this is my first LAMPP installation. I am also getting exactly the same error messages as you did