... Let me know if it works, I'll release an alpha 2. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5910
Gary Faith
gafaith@...
Feb 23, 2012 1:32 pm
I attempted to compile after using the following command to configure milter-greylist ./configure --with-libspf2=/usr/local --enable-p0f3 --enable-spamassassin...
5911
manu@...
Feb 24, 2012 2:27 am
... Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index: spamd.c ...
5912
Gary Faith
gafaith@...
Feb 24, 2012 3:17 am
That fixed the compile problem. Gary ... Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index:...
5913
manu@...
Feb 24, 2012 6:02 am
... Great, I wonder if it is wise to do an alpha 2 right now: there may be some compiling issue remaining. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz ...
5914
Bruncsak, Attila
attila.bruncsak@...
Feb 24, 2012 3:35 pm
... Hello, Since the previous version 4.3.9 the definition of priv_cur_rcpt the member of struct lmfi_priv changed from pointer to string to string width fix...
5915
manu@...
Feb 24, 2012 7:31 pm
... Got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
... gmtime_r() and localtime_r() are suppossed to be in <time.h> Please look at the file and check why they are not defined. There is probably an #ifdef ... ...
... By using -DUSE_DB185_EMULATION I got rid of the dbopen errors, dbopen wasn't defined in db.h but in db_185.h, now I only have the O_SHLOCK error left....
5919
manu@...
Feb 25, 2012 1:03 pm
... No idea, I don't use either :-) Can you have a look to your bdb sources? What version is it? Is O_SHLOCK used anywhere in it? -- Emmanuel Dreyfus ...
... I'm using 4.8.30 and grep:ed the sources, found no trace of O_SHLOCK. /peter...
5921
manu@...
Feb 25, 2012 4:02 pm
... Reading the sources, the flag is passed to open(2). In Solaris open(2) man page, I find no way to get an unexclusive lock on the file. The simplier...
... With that it built, I also ended up putting these additions into our build system to get drac support to build: EXTRA_LIB = /opt/csw/bdb48/lib EXTRA_INC =...
5923
manu@...
Feb 25, 2012 5:43 pm
... Good. I would like to fix the warnings about gmtime_r() localtime_t() and strtok_r(). I suspect Solaris just needs a -Dsomething to get it in order. -- ...
... This is what I could find, does it help? /usr/include/time.h #if defined(__EXTENSIONS__) || defined(_REENTRANT) || \ (_POSIX_C_SOURCE - 0 >= 199506L) ...
5925
Gary Faith
gafaith@...
Feb 26, 2012 2:31 am
I know this doesn't have to do with the compile problem but I found this in the milter-greylist.c. default: mg_log(LOG_ERR, "check_drack: errno=%d", errno); ...
... I still get the warnings. I'm not sure I understand how you're trying to solve this but I'm guessing you want to trigger EXTENSIONS to be used..? However,...
5929
manu@...
Feb 26, 2012 5:15 pm
... Please send me config.log -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
... Here it is: http://pastebin.ca/2121785 /peter bonivart...
5931
manu@...
Feb 26, 2012 8:04 pm
... Ok, this is a warning, and we will not catch it since we do not test with -Werror. OTOH I am scared of testing with -Werror, it may break badly on other...
5932
Gary Faith
gafaith@...
Feb 26, 2012 8:26 pm
I was looking at the check_drac issue in the milter-greylist.c. I searched for check_drac and found that you had check_drack instead of check_drac. At first...
... But you are keeping the O_SHLOCK definitions, right? No problem here with not continuing, I don't even use DRAC, I just wanted to test different options...
I realize it's probably too late for the next stable and I don't even know if it has been discussed before but I would really like to see an include option in...
5936
manu@...
Feb 27, 2012 1:40 am
... The include feature would be interesting, but we could also have an ACL clause to lookup a string from a file. Like we have urlcheck and ldapcheck: ...
5937
manu@...
Feb 27, 2012 1:40 am
... Oh, ok, I fixed it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5938
manu@...
Feb 27, 2012 1:40 am
... Thank you for that. :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......