LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-12-2010, 05:26 AM   #1
jadhravi
LQ Newbie
 
Registered: Jan 2010
Posts: 27

Rep: Reputation: 15
XAMPP installation


Hello
I just installed XAMPP for linux

i followed the isntructions given on the website

http://www.apachefriends.org/en/xampp-linux.html#374

now the page says that after starting sampp we should get something like this

Starting XAMPP 1.7.3a...
LAMPP: Starting Apache...
LAMPP: Starting MySQL...
LAMPP started.

but what i am getting is something different...
Starting XAMPP for Linux 1.7.3a...
XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Another FTP daemon is already running.
XAMPP for Linux started.

can anyone tell me how to configure this???
 
Old 07-12-2010, 07:27 AM   #2
kirukan
Senior Member
 
Registered: Jun 2008
Location: Eelam
Distribution: Redhat, Solaris, Suse
Posts: 1,278

Rep: Reputation: 148Reputation: 148
There is another Apache, Mysql and FTP daemon is running, if so why installed xampp?
To check the services
ps aux | grep servicename (http, mysql and ftp)
 
Old 07-12-2010, 07:41 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
http://www.linuxquestions.org/questi...tart-791248/#8

QUOTE :
" Basically you should choose not to use XAMPP.
XAMPP is not fit for public exposure or production use. "
.......
 
Old 07-13-2010, 11:35 PM   #4
jadhravi
LQ Newbie
 
Registered: Jan 2010
Posts: 27

Original Poster
Rep: Reputation: 15
Guys since i have all three things already installed...

when i try to open a .php file saved on the desktop it doesnt show the output?? any reason??
 
Old 08-25-2010, 05:17 AM   #5
smoosh
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Rep: Reputation: 0
I am having similar issues..
on installing XAMPP I get :

Starting XAMPP for Linux 1.7.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
XAMPP: Starting ProFTPD...
XAMPP for Linux started.

how to start MySQl ?
 
Old 08-25-2010, 05:30 AM   #6
smoosh
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Rep: Reputation: 0
plus when i test XAMPP

i get stuch at http://localhost/xampp/splash.php screen. it doesnt move to next page ..

CAn u help?
 
Old 08-25-2010, 05:42 AM   #7
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by jadhravi View Post
Guys since i have all three things already installed...

when i try to open a .php file saved on the desktop it doesnt show the output?? any reason??
A bit late, but that PHP file must be processed by the webserver and therefore needs to be somewhere in the document root of a website (usually somewhere in /var/html or so, but it depends on the configuration)
 
Old 08-25-2010, 06:03 AM   #8
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Quote:
Originally Posted by smoosh View Post
i get stuch at [url]http://localhost/xampp/splash.php[/url] screen. it doesnt move to next page ..
Do you think that we can access your server via localhost

The mysql daemon writes info to an error log; find that fgile and it will probably tell you what the problems is.

The default location is in the MySQL data directory and the file is called 'hostname.err' (replace hostname with the actual hostname of your system). I don't use XAMPP, so can't help with the exact solution.
 
Old 08-25-2010, 10:25 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
XAMPP is fine for testing--that's what it's made for--and, if you run the lampp security script, you can button it down pretty tight. Heck, I self-hosted my little tiny website on XAMPP for three years without a security problem, but I'm so small no one knows I'm there anyway. I am also the king of locking down firewalls and routers, but that's another story.

I spent today fine-tuning my XAMPP installation on Slackware 13.0, so I could test changes to my website before bringing them live to the big wide world on my hosting service.

jadhravi, you don't mention what distro you are using. It could be that it has already started apache (httpd) and mysqld to run on boot up. That would account for the conflicts. Try running ps -A in a terminal as root before starting XAMPP. If you have httpd and mysqld or mysql-safe running, that indicates that they are starting on boot.

smoosh, did you click on your desired language at the splash screen? It won't go farther until you select your language. Also, what happens when you point your browser at http://localhost? If XAMPP is working, it should display "It Works" in your browser.
 
Old 09-05-2010, 03:37 AM   #10
smoosh
LQ Newbie
 
Registered: Aug 2010
Posts: 3

Rep: Reputation: 0
I got rid of XAMPP. installed all 3 .. httpd, mysql and phpmyadmin separately. This is more handy than xampp, i guess.
now struggling with phpmyadmin login errors.
 
  


Reply

Tags
error, errors, fedora, installation, splash, xampp



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XAMPP and it's problem Hamzah Hussein Linux - Software 7 12-17-2009 11:11 AM
xampp installation problem on linux gitecravirs Linux - Newbie 3 04-08-2009 03:47 AM
Xampp kscallions Linux - Newbie 1 02-17-2008 09:14 PM
LXer: XAMPP - All in one web server Installation and Configuration in Debian LXer Syndicated Linux News 0 02-05-2007 01:33 PM
xampp charnel Programming 0 07-15-2005 07:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration