Add to Favourites Add to Favourites    Print this Article Print this Article

How to compile webalizer manually.

If you want to manually compile webalizer, run the following:

wget http://files.directadmin.com/services/custombuild/webalizer-2.21-02-src.tgz
tar xvzf webalizer-2.21-02-src.tgz
cd webalizer-2.21-02
./configure --prefix=/usr --with-png=/usr/local/lib --with-gdlib=/usr/local/lib --with-gd=/usr/local/include --enable-dns --with-dblib --with-db --with-z-inc --with-zlib
make
make install

Where --prefix=/usr should be --prefix=/usr/local on FreeBSD.

Note if you have custombuild, you can do it using that by deleting or renaming your old webalizer binary, then typing

./build webalizer



Was this answer helpful?

Also Read