How to compile webalizer manually.

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

wget http://files.directadmin.com/services/custombuild/webalizer-2.20-01-src.tgz
tar xvzf webalizer-2.20-01-src.tgz
cd webalizer-2.20-01
./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
 
config/compile_webalizer.txt · Last modified: 2010/02/28 02:36 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki