0
votes
1answer
224 views

MySQL deactivated in Lampp, Xampp on Linux 12.04 [closed]

I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system. When run lampp, I get : /opt/lampp/lampp start Starting XAMPP for Linux 1.8.1... XAMPP: XAMPP-Apache is ...
1
vote
2answers
78 views

Start or Stop a server with a single script launcher

I made 2 .sh scripts to start and stop Xampp server. I'd like to merge them in a single launcher to obtain something like a ON/OFF button, so that if Xampp has already been started it would stop, but ...
1
vote
0answers
81 views

imagick php5 addon on ubuntu 64bit isn't working

I have a lampp webserver and i need to edit animated gif files. I have tried to install imagick with this tutorial. But at the "make" commad i get the error can't read ...
0
votes
0answers
583 views

Normal solution for“ XAMPP: Another MySQL daemon is already running” not working

When starting XAMPP, I get the message "XAMPP: Another MySQL daemon is already running.", and MySQL is deactivated in the XAMPP status. When I try to stop Apache with "sudo /etc/init.d/apache2 stop" ...
1
vote
1answer
3k views

Lamp Uninstall and Xampp

I installed lamp with this tutorial a while back: http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/ I have since decided it would be better to use the more ...
0
votes
1answer
174 views

create a Pseudo command for lampp xampp

How do I create a psuedo command for the terminal? The basic command for lampp is: sudo /opt/lampp/lampp start But I don't want to type this every time so can I create a psuedo for this so I can ...
0
votes
2answers
699 views

lamp-server or XAMPP? [duplicate]

Possible Duplicate: XAMPP vs. Native LAMP Packages Looked around for alternatives to WAMP, there seem to be two: lamp-server and XAMPP. What's the difference between them? Anything in ...
1
vote
3answers
1k views

Installing XAMPP for all user

Is there anyway to install XAMPP for all the user on Ubuntu 11.04 ? It would be great and I hope there are some ways. Because it's disgusting to log off every time to run XAMPP. I'm new to Linux.
2
votes
2answers
4k views

Cannot start XAMPP on Ubuntu 11.10

When I try to start XAMPP with sudo /opt/lampp/lampp start command it gives me a message like this. Starting XAMPP for Linux 1.7.7... XAMPP: Another web server daemon with SSL is already running. ...