Compiling milter-greylist with openldap
2010-06-04 by Alexandre Santos
Hi, I´m now installing from scratch and i´m having a problem compiling the milter-greylist. ./configure --enable-postfix --with-openldap=/usr/local/src/openldap-2.4.19 --with-libspf2 --with-libmilter --enable-spamassassin make ... gcc -g -O2 -Wall -Iyes/include -I/usr/local/src/openldap-2.4.19/include -DUSE_LDAP -DLDAP_DEPRECATED -Iyes/include -DUSE_SPAMD -DUSE_POSTFIX -D_BSD_SOURCE -I. -I. -c -o milter-greylist.o milter-greylist.c milter-greylist.c: In function ‘vsyslog’: milter-greylist.c:2143: error: argument ‘fmt’ doesn’t match prototype /usr/include/sys/syslog.h:201: error: prototype declaration ... I´ve look for this problem and I can´t find anything related to him. In my first installation i´ve install the milter without openldap, and add it later, and compile successfully. Now i´m having this problem. Thanks in advance :)