[opendmarc-dev] 0.1.0 released!

Murray S. Kucherawy msk at blackops.org
Mon Jul 9 22:35:39 PDT 2012


On Tue, 10 Jul 2012, Andreas Schulze wrote:
> does not compile on linux. Some names the linker could not find:
> - strlcpy/strlcat

I have some functions I can add to handle these.  I had to do the same 
thing for OpenDKIM.  Don't know why I didn't think about it.

> - __dn_expand, __res_query and __dn_skipname

-ldl and -lnsl should handle those, I think.  Also already handled in 
OpenDKIM, so also easily fixed.

> buildlog: http://andreasschulze.de/tmp/opendmarc_0.1.0-2012071001_i386.build
>
> please notice "/tmp/buildd/opendmarc-0.1.0/./configure: line 2962: m4: command not found"

You definitely need to have m4 installed to use configure.  Doesn't it 
come installed by default on Linux systems?

> also there are many "pointer targets in passing argument 1 of 'foo' differ in signedness"
> and "expected 'char *' but argument is of type 'u_char *'"

OK, we'll check into those.  Should be easy to clean up.

> at last: my first patch :-)
> http://andreasschulze.de/tmp/opendmarc.patch

Thanks!  I need to do more than just include <sys/prctl.h> (I don't think 
that one exists everywhere) but you're right about the README patch.

-MSK


More information about the opendmarc-dev mailing list