SliTaz SliTaz Forum

You are not logged in.

#1 2011-12-30 07:50:19

sunny4887
Member
Registered: 2011-12-30
Posts: 1

How to install XAMPP

I am using SliTaz 3.0, i download [xampp-linux-1.7.7.tar.gz] in my computer, but can not use [tar xvfc xampp-1.7.7.tar.gz -C /opt] this command to unpack to path /opt also can not use install command [ /opt/lampp lampp start], can anyone help me?

Thank you

Offline

#2 2011-12-30 15:40:48

arsaber
Member
Registered: 2011-04-14
Posts: 52

Re: How to install XAMPP

It might be a permission problem. You need to be root to untar something in /opt

Offline

#3 2011-12-30 16:20:15

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: How to install XAMPP

Login as root

root@slitaz:~# [c]mkdir /opt[/c]

root@slitaz:~# [c]tar xvfz xampp-1.7.7.tar.gz  -C  /opt[/c]

root@slitaz:~# [c]tazpkg -gi bash[/c]

[c]Do you want Bash for /bin/sh (yes/No) ? :[/c]

Leaving /bin/sh to : /bin/busybox

root@slitaz:~# [c]tazpkg -gi linux-ipv6[/c]

root@slitaz:~# [c]tazhw detect-pci[/c]

root@slitaz:~# [c]export PATH=$PATH:/opt/lampp[/c]

root@slitaz:~# [c]lampp start[/c]

Starting XAMPP for Linux 1.7.7...

XAMPP: Starting Apache with SSL (and PHP5)...

XAMPP: Starting MySQL...

XAMPP: Starting ProFTPD...

XAMPP for Linux started.

http:localhost [attachment=4944,263]

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]