> http://ftp.espci.fr/pub/milter-greylist/milter-greylist.4.0n2.tgz > MD5 (milter-greylist-4.0b2.tgz) = 7f75a4109db5031d3db31ca968bb9c6b > > Changes since 4.0beta1: > Treat protocol errors in urlcheck clauses as > temporary failures > Report missing SPF reasons in X-Greylist (Benoit Branciard) > Allow building objects outside of source directory > (Mattheu Herrb) > Fix configure LDFLAG generation, -R was missing > (Mattheu Herrb) > Fix MX sync on Solaris (Mattheu Herrb) > Hello, In the LDFLAG generation of configure the changes of the rpath variable value has broken the configure script on Tru64 UNIX. It does not even create Makefile any more. 3033c3032 < rpath="-R"; ldrpath=no --- > rpath="-L"; ldrpath=no With -L flag it was just working fine (V4.0a6): checking for pthread_create in -lpthread... no checking for pthread_create in -lc_r... no checking for pthread_create in -lpthreads -lpthread... yes With -R flag I got the following (V4.0b2): checking for pthread_create in -lpthread... no checking for pthread_create in -lc_r... no checking for pthread_create in -lpthreads -lpthread... no Required libpthread not found. Use --with-libpthread I even tried with --with-libpthread=/usr/lib as the error message says: $ ls -lL /usr/lib/lipth* -rw-r--r-- 1 bin bin 556202 Jan 24 2003 /usr/lib/libpthread.a -rw-r--r-- 1 bin bin 125634 Aug 1 2001 /usr/lib/libpthreads.a I got the same error. May I ask somebody to fix this? Sorry, I am not a configure specialist. Probably an additional check what to use: -L or -R depending on platform? Bests, Attila
Message
RE: [milter-greylist] 4.0beta2 is available
2007-09-27 by attila.bruncsak@itu.int
Attachments
- No local attachments were found for this message.