4.2.7 on Ubuntu Lucid... not
2011-05-27 by Bill Levering
I'm having major issues getting 4.2.7 to compile. 1st Error: Required libmilter not found. Use --with-libmilter - Solved by: $ ln -s libmilter.so.1.0.1 libmilter.so Then I was constantly getting: Required libpthread not found. Use --with-libpthread I tried to no avail: $ ln -s /lib/libpthread.so.0 /lib/libpthread.so but it turned out to be other libs... libCurl - Solved by: $ ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl.so libspf2 - Solved by: $ ln -s /usr/lib/libspf2.so.2 /usr/lib/libspf2.so With curl enabled, on make I get: urlcheck.h:32:23: error: curl/curl.h: No such file or directory In file included from milter-greylist.c:96: urlcheck.h:36: error: expected specifier-qualifier-list before 'CURL' make: *** [milter-greylist.o] Error 1 with curl not enabled, I was finally able to get it compiled and running. so... it'd be helpful if the Required library error displayed the correct library that was missing. I'm not sure if and how the shared objects could be found. Bill Bill Levering idbill@... KFP: 0C38 4D7E 5B50 94FE 992D 406D 6C81 DE33 5459 A1AC