Matt Kettler <mkettler@...> wrote: > Here's my configure: > ./configure --enable-dnsrbl --with-libbind=/usr/lib/ > <snip> > checking for vsyslog... no > <snip> > > However, I do have vsyslog, so the make fails: > > [milter-greylist-3.0rc5]$ make > gcc -g -O2 -Wall -I/usr/lib//include/bind -I/usr/lib//include > -D_XOPEN_SOURCE=500 -D USE_DNSRBL -D_BSD_SOURCE -c -o milter-greylist.o > milter-greylist.c > milter-greylist.c: In function `vsyslog': > milter-greylist.c:1437: argument `fmt' doesn't match prototype > /usr/include/sys/syslog.h:188: prototype declaration > > > If I hack config.h to define HAVE_VSYSLOG it works great. What is your OS? Do you have vsyslog in <sys/syslog.h> or not? Can you show the relevant part of config.log, where vsyslog is checked? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] milter-greylist 3.0 rc5 is out - vsyslog
2006-10-16 by manu@netbsd.org