================================================================================ "WEBALIZER-Xtended" ================================================================================ PREREQUISITES: Depending on your system you additionally need the following software packages to make the Webalizer run successfully: - libpng - libpng-devel - gd - gd-devel - zlib - zlib-devel IMPORTANT NOTES: A) In order to install the PATCH you must use Webalizer version 2.01-10! In that case continue below with A). B) If you want to use the already patched SOURCE code of Webalizer version 2.01-10-RB01 continue below with B) C) If you want to use the already patched RPM Webalizer version 2.01-10-RB01 continue below with C) D) See D - SPECIAL INSTALLATION INSTRUCTIONS below for further information about the configuration of Webalizer. ================================================================================ A) INSTALLATION INSTRUCTIONS for "Webalizer-Xtended" PATCH: 1. Download the complete source distribution (tar/gzip-archive) of Webalizer Version 2.01-10 (webalizer-2.01-10-src.tgz) from http://www.webalizer.com/ into a directory on your server (e.g. /home/user/). 2. Download the patch for Webalizer (webalizer-2.01-10-RB01-patch.tgz) from http://www.webalizer.go.to/ into the same directory where you have already saved the Webalizer source code (e.g. /home/user/). 3. Extract the Webalizer source code (webalizer-2.01-10-src.tgz) and the Webalizer patch (webalizer-2.01-10-RB01-patch.tar.gz): tar -xvzf webalizer-2.01-10-src.tgz tar -xvzf webalizer-2.01-10-RB01-patch.tgz 4. Change to the directory of Webalizer: cd webalizer-2.01-10/ 5. Apply the Webalizer patch (webalizer-2.01-10-RB01-patch): patch -Np1 -i ../webalizer-2.01-10-RB01-patch 6. Configure, compile and install the Webalizer (see C - Special Installation Instructions * below, too): ./configure make make install 7. Adjust the configuration in /etc/webalizer.conf and run the Webalizer: /usr/local/bin/webalizer ================================================================================ B) INSTALLATION INSTRUCTIONS for "Webalizer-Xtended" SOURCE: 1. Download the patched Webalizer version (webalizer-2.01-10-RB01-src.tgz) from http://www.webalizer.go.to/ into into a directory on your server (e.g. /home/user/). 2. Extract the patched source code (webalizer-2.01-10-RB01-src.tgz): tar -xvzf webalizer-2.01-10-RB01-src.tgz 3. Change to the directory of the patched Webalizer version: cd webalizer-2.01-10/ 4. Configure, compile and install the Webalizer (see C - Special Installation Instructions * below, too): ./configure make make install 5. Adjust the configuration in /etc/webalizer.conf and run the Webalizer: /usr/local/bin/webalizer ================================================================================ C) INSTALLATION INSTRUCTIONS for "Webalizer-Xtended" RPM: 1. Download the patched Webalizer RPM version (webalizer-2.01-10-RB-01.i386.rpm) from http://www.webalizer.go.to/ into into a directory on your server (e.g. /home/user/). 2. Make sure you fulfill the PREREQUISITES (see at the top of this document!). Otherwise Webalizer won't run properly! 3. Install the Webalizer (see C - Special Installation Instructions * below, too): rpm -i webalizer-2.01-10-RB-01.i386.rpm 4. Adjust the configuration in /etc/webalizer.conf and run the Webalizer: /usr/local/bin/webalizer ================================================================================ D) SPECIAL INSTALLATION INSTRUCTIONS: * If you'd like to - change the language, or - enable DNS for the Webalizer, you additionally need the following packages on your system: - db - db-devel - db40 - db40-devel Furthermore you have to configure Webalizer like this (you may also need to adjust the paths for db and dblib corresponding to your system): ./configure --with-language=german --enable-dns --with-db=/usr/include/db40/ --with-dblib=/usr/lib/ ================================================================================ Patrick Frei July 16 2005 ================================================================================