ini step yang saya gunakan di rh9 : a.. Copy file tar.gz ke folder /usr/local/src
b.. extract : tar -xzvf sarg.tar.gz c.. masuk ke folder sarg d.. jalankan perintah : a.. ./configure -enable-mandir=/usr/share/man/man1 b.. make c.. make install d.. copy patch ke folder sarg e.. jalankan perintah : patch -p0 < namepatch f.. make install e.. open file /usr/local/sarg/sarg.conf --> ubah sesuai kebutuhan f.. buat folder /etc/cron.sarg g.. create file sarg : a.. #!/bin/bash b.. LASTDAY=$(date -date "1 days ago" +%d/%m/%Y) c.. export LC_ALL=C d.. /usr/sbin/sarg -d $LASTDAY-$LASTDAY e.. exit 0 h.. simpan i.. ubah mode file sar : 755 j.. open file /etc/crontab k.. tambahkan line : * 1 * * * root run-parts /etc/cron.sarg ----- Original Message ----- From: "moer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 9:37 AM Subject: [tanya-jawab] install sarg > ada yang pernah install SARG ,boleh dong manualnya / cara configure. > > > > -- > Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] > Arsip dan info di http://linux.or.id/milis.php > FAQ milis http://linux.or.id/faq.php -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php