Esto es lo que hago:
Código:
Como veis me da un error[root@venus ~/webalizer-2.01-10] ./configure --with-languague=spanish --enable-dns creating cache ./config.cache checking for gcc... 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... yes checking whether gcc accepts -g... yes checking whether ln -s works... yes checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking whether char is unsigned... no checking for dbopen... no checking for library containing dbopen... no configure: warning: You must have a V1.85 compatable DB library! configure: warning: DNS lookup code will be disabled... checking for socket... yes checking for sys/socket.h... yes checking for main in -lnsl... yes checking for main in -l44bsd... no checking for main in -lm... yes checking for main in -lz... yes checking for gzrewind in -lz... yes checking for main in -lpng... yes checking for gdImagePng in -lgd... yes checking for gd.h... /usr/include checking for getopt.h... yes checking for math.h... yes checking default config dir... /etc checking for language file... yes - english updating cache ./config.cache creating ./config.status creating Makefile linking ./lang/webalizer_lang.english to webalizer_lang.h
Código:
La libreria no es compatible? Que hago?configure: warning: You must have a V1.85 compatable DB library! configure: warning: DNS lookup code will be disabled...
Gracias