Page 1 of 1

Installing on linux mint 13

PostPosted: 15. January 2014 05:17
by ronaldofas
Hi,

I'm having some trouble installing XAMPP

Installation notes suggest the following commands:

Code: Select all
su
chmod 755 xampp-linux-1.8.2-installer.run
./xampp-linux-1.8.2-installer.run


but when I run the command I get the following result:

Code: Select all
bash: ./xampp-linux-1.8.2-3-installer.run: Permission denied


Can anyone help?

Re: Installing on linux mint 13

PostPosted: 15. January 2014 22:36
by Nobbie
This is a poor description.

On the one hand you tell us that you entered "./xampp-linux-1.8.2-installer.run", on the other hand you show us "./xampp-linux-1.8.2-3-installer.run: Permission denied" - do you see the difference?

So either you are mixing up the things and the problem will be solved if you enter the real names, or you missed to enter "su" before.