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
How to install XAMPP
(3 posts) (3 voices)-
Posted 12 years ago #
-
It might be a permission problem. You need to be root to untar something in /opt
Posted 12 years ago # -
Login as root
root@slitaz:~#mkdir /opt
root@slitaz:~#tar xvfz xampp-1.7.7.tar.gz -C /opt
root@slitaz:~#tazpkg -gi bash
Do you want Bash for /bin/sh (yes/No) ? :
Leaving /bin/sh to : /bin/busybox
root@slitaz:~#tazpkg -gi linux-ipv6
root@slitaz:~#tazhw detect-pci
root@slitaz:~#export PATH=$PATH:/opt/lampp
root@slitaz:~#lampp start
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:localhostPosted 12 years ago #
Reply
You must log in to post.