Unable to compile on Debian Lenny
2010-09-22 by super_1337_2010
I have tried to compile the latest stable milter-greylist (milter-greylist-4.2.6) on a largely unmodified Lenny system (sendmail-8.14.3-5+lenny1). The configure stage bombs with the following:
checking if defines timeradd... yes
checking if -D_REENTRANT is needed to use localtime_r and strtok_r... no
checking if -D__EXTENSIONS__ is needed to use snprintf... no
checking for smfi_register in -lmilter... no
checking for smfi_register in -lmilter -lsm... no
checking for smfi_register in -lmilter -lsmutil... no
Required libmilter not found. Use --with-libmilter
I have libmilter and libmilter-dev installed, along with the usual prerequisites ie: flex, yacc, bison. Using `--with-libmilter=/usr/lib' doesn't help and I have tried numerous other configure options.
The full configure output and config.log can be found here: http://pastebin.com/gZp5AFKA
Can somebody enlighten me? I've managed to compile (much) earlier versions in the past.
checking if defines timeradd... yes
checking if -D_REENTRANT is needed to use localtime_r and strtok_r... no
checking if -D__EXTENSIONS__ is needed to use snprintf... no
checking for smfi_register in -lmilter... no
checking for smfi_register in -lmilter -lsm... no
checking for smfi_register in -lmilter -lsmutil... no
Required libmilter not found. Use --with-libmilter
I have libmilter and libmilter-dev installed, along with the usual prerequisites ie: flex, yacc, bison. Using `--with-libmilter=/usr/lib' doesn't help and I have tried numerous other configure options.
The full configure output and config.log can be found here: http://pastebin.com/gZp5AFKA
Can somebody enlighten me? I've managed to compile (much) earlier versions in the past.