You are not logged in.
Pages: 1
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
It might be a permission problem. You need to be root to untar something in /opt
Offline
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
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]