Can't compile webalizer with dns support
From: Robert (nospam_robert_schmidli_at_hotmail.com)
Date: 07/27/03
- Next message: Rhys: "Re: Scripts for adding users"
- Previous message: Harry Phillips: "Re: HD full up ?"
- Next in thread: Robert: "Re: Can't compile webalizer with dns support - CRACKED!"
- Reply: Robert: "Re: Can't compile webalizer with dns support - CRACKED!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Jul 2003 20:36:12 +1000
I am trying to compile webalizer (-2.01-10) with dns support. I've
installed the latest Berkely db-4 libraries with 1.85 compatability (using
the appropriate configure option). I have compiled webalizer with the
following options:
./configure --sysconfdir=/etc --enable-dns --with-dblib=/usr/local/BerkeleyD
B.4.1/lib --with-db=/usr/local/BerkeleyDB.4.1/include
The configure step works OK but when I enter 'make' I get the following
errors:
gcc -I/usr/local/BerkeleyDB.4.1/include -Wall -O2 -DETCDIR=\"/etc\" -DHAVE_
ERRNO_H=1 -DHAVE_SOCKET=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MAT
H_H=1 -DUSE_DNS -c dns_resolv.c
dns_resolv.c: In function `resolve_dns':
dns_resolv.c:149: warning: passing arg 2 of pointer to function from
incompatible pointer type
dns_resolv.c:149: too few arguments to function
dns_resolv.c: In function `dns_resolver':
dns_resolv.c:218: warning: implicit declaration of function `dbopen'
dns_resolv.c:218: warning: assignment makes pointer from integer without a
cast
dns_resolv.c:228: too few arguments to function
dns_resolv.c:235: too few arguments to function
dns_resolv.c:275: warning: passing arg 2 of pointer to function from
incompatible pointer type
dns_resolv.c:275: too few arguments to function
dns_resolv.c:329: too few arguments to function
dns_resolv.c:359: too few arguments to function
dns_resolv.c: In function `db_put':
dns_resolv.c:745: warning: passing arg 2 of pointer to function from
incompatible pointer type
dns_resolv.c:745: too few arguments to function
dns_resolv.c: In function `open_cache':
dns_resolv.c:793: warning: assignment makes pointer from integer without a
cast
dns_resolv.c:801: too few arguments to function
dns_resolv.c:807: too few arguments to function
dns_resolv.c: In function `close_cache':
dns_resolv.c:829: too few arguments to function
make: *** [dns_resolv.o] Error 1
Any clues?
- Next message: Rhys: "Re: Scripts for adding users"
- Previous message: Harry Phillips: "Re: HD full up ?"
- Next in thread: Robert: "Re: Can't compile webalizer with dns support - CRACKED!"
- Reply: Robert: "Re: Can't compile webalizer with dns support - CRACKED!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|