webalizer is easy, isnt it

Webalizer is making me sick..

---------------------------
# locate libgd.so.2

/usr/local/lib/libgd.so.2.0.0
/usr/local/lib/libgd.so.2
/usr/local/directadmin/customapache/gd-2.0.25/.libs/libgd.so.2.0.0
/usr/local/directadmin/customapache/gd-2.0.25/.libs/libgd.so.2

# ./configure --with-gdlib=/usr/local/directadmin/customapache/gd-2.0.25/.libs


loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether ln -s works... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking whether char is unsigned... (cached) no
checking for main in -l44bsd... (cached) no
checking for main in -lm... (cached) yes
checking for main in -lz... (cached) yes
checking for gzrewind in -lz... (cached) yes
checking for main in -lpng... (cached) yes
checking for libgd.a... (cached) /usr/local/lib
checking for gd.h... (cached) /usr/local/include
checking for getopt.h... (cached) yes
checking for math.h... (cached) yes
checking default config dir... (cached) /etc
checking for language file... (cached) yes - english
creating ./config.status
creating Makefile
linking ./lang/webalizer_lang.english to webalizer_lang.h

# make

...

# make install

..

# webalizer

webalizer: error while loading shared libraries: libgd.so.2: cannot open shared
object file: No such file or directory

----

 

 

 

 

Top