#native_company# #native_desc#
#native_cta#

Using Webalizer to analyze Apache logs Page 2

By Rodney Hampton
on September 5, 2001

I have found that freetype-2.0.1.tar.gz compiled without any difficulty.
After extracting freetype-2.0.1.tar.gz:
cd freetype*
make setup
make
make install
cd ..
Now we are ready to compile the gd graphics library. You may download
gd-1.8.4.tar.gz from http://www.boutell.com/gd/.
cd gd-1.8.4
#edit the Makefile if you want Xpm or TrueType support
make
Some individuals have found that compiling php with gd support may not
work right unless previous versions of gd.h are removed. Because of
this and other difficulties I have had with older copies of gd.h being
in my path, I recommend that you locate and archive any previous
versions of gd.h prior to typing ‘make install’.
Finally, you may download webalizer from http://www.mrunix.net/webalizer/.
cd webalizer-2.01-06
./configure
make
make install
If you are not compiling from source, be
sure that you archive /etc/webalizer.conf. The source
code will not create this file but some RPMS may
install a sample webalizer.conf. The short explanation is that
webalizer searches for webalizer.conf by default and it may interfere with
the script that we are going to write a little later.
mv /etc/webalizer.conf /etc/webalizer.conf.working07292001