On Sat, Feb 25, 2012 at 3:58 AM, <manu@...> wrote: >> milter-greylist.c:2218:2: warning: implicit declaration of function >> 'dbopen' [-Wimplicit-function-declaration] >> milter-greylist.c:2218:41: error: 'O_SHLOCK' undeclared (first use in >> this function) > > dbopen() is supposed to come from <db.h> or <db_185.h>, I suspect the > right file is not included at all here. Where is dbopen() defined at > yours? 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. Where would these flags be defined? Could this be a difference between Linux and Solaris? /peter
Message
Re: [milter-greylist] milter-greylist 4.4 alpha1 is available
2012-02-25 by shuttlebox