I'm trying to follow the steps but I can't make it work:

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

I have finished: Step 1 and 2

And I'm stuck at Step 3: Start

Here is a screenshot about the problems and what I did so far:

command

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Since you didn't install in /opt you need to edit the ~Desktop/lampp/lampp script and tell it that it's in a non-standard location. I'm just looking at that file now in my lampp test machine and you need to find all instances of /opt/lampp and replace them with your installation location. That file could benefit from a little variable use so you don't have to make 50+ edits all over the place.

Optionally, move ~/Desktop/lampp to /opt/lampp and it'll "just work".

link|improve this answer
Hey thanks!! It works but I still have a problem, everything start outside of MySQL :(, check out the screenshot i52.tinypic.com/fzb0oz.png – CIRK Sep 17 '10 at 22:06
@CIRK: You need to install myqsl. Run sudo aptitude install mysql-client mysql-server. – Gilles Sep 17 '10 at 22:12
Hey I fixed it!! Thanks very much for you help! – CIRK Sep 17 '10 at 22:13
@Giles: LAMPP includes MySQL in the bundle. You don't need to install it as a separate package. – Ian C. Sep 17 '10 at 23:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.