Hi everybody, i'm trying to install milter-greylisting3.1.8 with dnsrbl
option enable.
my .configure looks like
./configure --with-libpthread=/usr/lib --enable-rbldns=yes
It doesnt show erros but when i try to start the daemon i get the following
error:
DNSRBL support not compiled in line 98
DNSRBL support not compiled in line 105
I'm on Slackware 10.2
this is the output of ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out checking whether
the C compiler works... yes checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o checking whether we are using the
GNU C compiler... yes checking whether gcc accepts -g... yes checking for
gcc option to accept ANSI C... none needed checking for flex... flex
checking for yywrap in -lfl... yes checking lex output file root... lex.yy
checking whether yytext is a pointer... yes checking for bison... bison -y
checking for a BSD-compatible install... /usr/bin/ginstall -c checking for
mkdep... no checking for rm... rm checking for mv... mv checking for test...
test checking for sed... sed checking for true... true checking if compiler
accepts -Wall... yes checking if ld accepts --rpath... yes checking how to
run the C preprocessor... gcc -E checking for egrep... grep -E checking for
ANSI C header files... yes checking for sys/types.h... yes checking for
sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes
checking for memory.h... yes checking for strings.h... yes checking for
inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes
checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes checking fcntl.h usability... yes checking
fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h
usability... yes checking netinet/in.h presence... yes checking for
netinet/in.h... yes checking for stdlib.h... (cached) yes checking for
string.h... (cached) yes checking for strings.h... (cached) yes checking
sys/socket.h usability... yes checking sys/socket.h presence... yes checking
for sys/socket.h... yes checking sys/time.h usability... yes checking
sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h
usability... yes checking syslog.h presence... yes checking for syslog.h...
yes checking for unistd.h... (cached) yes checking sys/param.h usability...
yes checking sys/param.h presence... yes checking for sys/param.h... yes
checking netdb.h usability... yes checking netdb.h presence... yes checking
for netdb.h... yes checking getopt.h usability... yes checking getopt.h
presence... yes checking for getopt.h... yes checking sys/cdefs.h
usability... yes checking sys/cdefs.h presence... yes checking for
sys/cdefs.h... yes checking arpa/nameser.h usability... yes checking
arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking
for pid_t... yes checking for size_t... yes checking whether time.h and
sys/time.h may both be included... yes checking for unistd.h... (cached) yes
checking vfork.h usability... no checking vfork.h presence... no checking
for vfork.h... no checking for fork... yes checking for vfork... yes
checking for working fork... yes checking for working vfork... (cached) yes
checking for strftime... yes checking for working memcmp... yes checking
sys/select.h usability... yes checking sys/select.h presence... yes checking
for sys/select.h... yes checking for sys/socket.h... (cached) yes checking
types of arguments for select... int,fd_set *,struct timeval * checking for
function prototypes... yes checking whether setvbuf arguments are
reversed... no checking whether lstat dereferences a symlink specified with
a trailing slash... yes checking whether stat accepts an empty string... no
checking for bzero... yes checking for gettimeofday... yes checking for
malloc... yes checking for inet_ntoa... yes checking for strerror... yes
checking for select... yes checking for socket... yes checking for
initgroups... yes checking for strlcat... no checking for vsyslog... yes
checking for pthread_create in -lpthread... yes checking for socket in
-lsocket... no checking for socket in -lsocket -lnsl... no checking for
inet_aton in -lresolv... yes checking for inet_pton in -lnsl... yes checking
for getaddrinfo... yes checking for getnameinfo... yes checking if <time.h>
defines timeradd... yes checking if -D_REENTRANT is needed to use
localtime_r... no checking if -D__EXTENSIONS__ is needed to use snprintf...
no checking for smfi_register in -lmilter... yes checking if -lpthread is
needed after -lmilter... no checking if <sys/queue.h> is outdated... yes
checking if __RCSID can be used twice in the same source... yes checking
whether <pthreads.h> wants -pthread... no checking whether you need
-D_XOPEN_SOURCE to use libpthread... yes checking if -D_OSF_SOURCE is needed
for IPV6 support... no checking for struct sockaddr.sa_len... no checking
for struct sockaddr_in6.sin6_scope_id... yes checking if socklen_t is
missing... no checking for broken rwlock in libpthread... no checking if DNS
resolver is re-entrant... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating milter-greylist.spec
config.status: creating config.h
and this is the make
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o milter-greylist.o milter-greylist.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o pending.o pending.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o sync.o sync.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o dnsrbl.o dnsrbl.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o list.o list.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o macro.o macro.c
bison -y -p`echo conf_yacc.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'` conf_yacc.y
mv y.tab.c conf_yacc.c
flex -oconf_lex.c conf_lex.l
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o conf_yacc.o conf_yacc.c
conf_lex.c:2623: warning: `yy_flex_realloc' defined but not used
bison -y -p`echo dump_yacc.c|sed 's/^\([^_]\{1,\}_\).*$/\1/'` dump_yacc.y
mv y.tab.c dump_yacc.c
flex -odump_lex.c dump_lex.l
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o dump_yacc.o dump_yacc.c
dump_lex.c:1679: warning: `yy_flex_realloc' defined but not used
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o conf.o conf.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o autowhite.o autowhite.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o dump.o dump.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o spf.o spf.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o acl.o acl.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o urlcheck.o urlcheck.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o stat.o stat.c
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o clock.o clock.c
clock.c: In function `add_clock_item':
clock.c:75: warning: implicit declaration of function `strerror'
gcc -g -O2 -Wall -I/usr/lib/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -c
-o geoip.o geoip.c
gcc -o milter-greylist milter-greylist.o pending.o sync.o dnsrbl.o list.o
macro.o conf_yacc.o dump_yacc.o conf.o autowhite.o dump.o spf.o acl.o
urlcheck.o stat.o clock.o geoip.o -L/usr/lib/lib -Wl,--rpath=/usr/lib/lib
-lpthread -lresolv -lnsl -lmilter
sed "s|@BINDIR[@]|/usr/local/bin|g; s|@SBINDIR[@]|/usr/local/sbin|g;
s|@USER[@]|root|g" rc-bsd.sh.in > rc-bsd.sh
sed "s|@BINDIR[@]|/usr/local/bin|g; s|@SBINDIR[@]|/usr/local/sbin|g;
s|@USER[@]|root|g" rc-redhat.sh.in > rc-redhat.sh
sed "s|@BINDIR[@]|/usr/local/bin|g; s|@SBINDIR[@]|/usr/local/sbin|g;
s|@USER[@]|root|g" rc-solaris.sh.in > rc-solaris.sh
sed "s|@BINDIR[@]|/usr/local/bin|g; s|@SBINDIR[@]|/usr/local/sbin|g;
s|@USER[@]|root|g" rc-debian.sh.in > rc-debian.sh
sed "s|@BINDIR[@]|/usr/local/bin|g; s|@SBINDIR[@]|/usr/local/sbin|g;
s|@USER[@]|root|g" rc-gentoo.sh.in > rc-gentoo.sh
sed "s|@BINDIR[@]|/usr/local/bin|g; s|@SBINDIR[@]|/usr/local/sbin|g;
s|@USER[@]|root|g" rc-suse.sh.in > rc-suse.sh
Thanks, any help would be appreciated.
Eduardo.Message
cant enable dnsrbl
2007-08-16 by Edux
Attachments
- No local attachments were found for this message.