- Download XAMPP For Linux Here Download Xampp For Linux
- Extrak file donload to /opt dengan perintah : sudo tar xvfz xampp-linux-1.5.4a.tar.gz -C /opt
- Run xampp dengan perintah : sudo /opt/lampp/lampp start
- Jika muncul pesan /opt/lampp/bin/mysql.server: 334: log_success_msg: not found , simply follow this instruction to edit your mysql.server file
- Ketik di konsol : sudo gedit /opt/lampp/bin/mysql.server
- Pada baris pertama ganti dengan #!/bin/bash
- Untuk Cek, run Firefox and ketik: http://localhost ok. XAMPP dah running
- ohya kalo ada muncul pesan setelah start sbb;
- /opt/lampp/lampp: line 74: arch: command not found
Starting XAMPP for Linux 1.6.3…
/opt/lampp/lampp: line 74: arch: command not found
/opt/lampp/lampp: line 74: arch: command not found
XAMPP: Starting Apache with SSL (and PHP5)…
/opt/lampp/lampp: line 74: arch: command not found
XAMPP: Starting MySQL…
/opt/lampp/lampp: line 74: arch: command not found
XAMPP: Starting ProFTPD…
XAMPP for Linux started. - Easy….Dont Worry, ketik again sudo nano /bin/arch
- isi dengan : uname -m
- Exit and Save, Then ketikkan : sudo chmod +x /bin/arch
- ok. sekarang restart XAMPP with Command : sudo /opt/lamp/lampp restart
- kira-kira akan keluar Like this :
- Stopping XAMPP for Linux 1.6.4…
XAMPP: Stopping Apache with SSL…
XAMPP: Stopping MySQL…
XAMPP: Stopping ProFTPD…
XAMPP stopped.
Starting XAMPP for Linux 1.6.4…
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…
XAMPP for Linux started.
Source : http://mfauzan.info/