Re: postfix3.0.2 compile error on AIX61/71

2015-09-07 Thread Wietse Venema
Viktor Dukhovni: > The solution is a more modern C/resolver library and associated > header files. Postfix support for DNSSEC could be compiled out of > this system by adding override macros that disable attempts to > support DNSSEC even when RES_USE_DNSSEC is present. Apply the > patch below and

Re: postfix3.0.2 compile error on AIX61/71

2015-09-07 Thread Takae Harrington
SO Delivery Office: 720-342-6749 Email: thar...@us.ibm.com From: Viktor Dukhovni To: postfix-users@postfix.org Date: 09/04/2015 06:07 PM Subject:Re: postfix3.0.2 compile error on AIX61/71 Sent by:owner-postfix-us...@postfix.org On Fri, Sep 04, 2015 at 04:59:23PM -0700

Re: postfix3.0.2 compile error on AIX61/71

2015-09-04 Thread Viktor Dukhovni
On Fri, Sep 04, 2015 at 04:59:23PM -0700, Takae Harrington wrote: > I tried make CFLAGS='-DDISABLE_DNSSEC' makefiles (and different variants), > but it did not add CFLAGS in Makefile. (so the error persisted) > Only CFLAGS in the Makefile was "SHLIB_CFLAGS" and it looked like I can > pass the argu

Re: postfix3.0.2 compile error on AIX61/71

2015-09-04 Thread Takae Harrington
0-342-6749 Email: thar...@us.ibm.com From: Jim Reid To: Takae Harrington/Phoenix/IBM@IBMUS Cc: postfix-users@postfix.org Date: 09/04/2015 05:01 PM Subject: Re: postfix3.0.2 compile error on AIX61/71 Sent by:owner-postfix-us...@postfix.org On 4 Sep 2015, at 23:43,

Re: postfix3.0.2 compile error on AIX61/71

2015-09-04 Thread Jim Reid
On 4 Sep 2015, at 23:43, Takae Harrington wrote: > does u_short/u_int, and unassigned makes difference? Maybe, maybe not. Consult your C compiler documentation. BTW I assume you meant "unsigned" instead of "unassigned". Though I doubt compiler documentation will help you because the definition

Re: postfix3.0.2 compile error on AIX61/71

2015-09-04 Thread Jim Reid
On 4 Sep 2015, at 23:43, Takae Harrington wrote: > does u_short/u_int, and unassigned makes difference? Maybe, maybe not. Consult your C compiler documentation. BTW I assume you meant "unsigned" instead of "unassigned". Though I doubt compiler documentation will help you because the definition

Re: postfix3.0.2 compile error on AIX61/71

2015-09-04 Thread Takae Harrington
Office: 720-342-6749 Email: thar...@us.ibm.com From: Jim Reid To: Takae Harrington/Phoenix/IBM@IBMUS Cc: postfix-users@postfix.org Date: 09/03/2015 02:56 PM Subject:Re: postfix3.0.2 compile error on AIX61/71 Sent by:owner-postfix-us...@postfix.org On 3 Sep 2015, at 22

Re: postfix3.0.2 compile error on AIX61/71

2015-09-03 Thread Viktor Dukhovni
On Thu, Sep 03, 2015 at 03:08:19PM -0700, Takae Harrington wrote: > and run as follows - but I still get the same error -- Am I missing > something or doing wrong here ? > [vq2ua613:/staging/Postfix-3.0.2]make -DDISABLE_DNSSEC No: make tidy make CFLAGS='-DDISABLE_DNSSEC ...' AUXL

Re: postfix3.0.2 compile error on AIX61/71

2015-09-03 Thread Takae Harrington
ror code from the last command is 1. Stop. make: The error code from the last command is 1. Stop. Thank you in advance! Takae Harrington From: Viktor Dukhovni To: postfix-users@postfix.org Date: 09/03/2015 02:26 PM Subject: Re: postfix3.0.2 compile error on AIX61/71 Se

Re: postfix3.0.2 compile error on AIX61/71

2015-09-03 Thread Jim Reid
On 3 Sep 2015, at 22:11, Takae Harrington wrote: > When I compile postfix3.0.2 (the same issue has existed since 2.11.x) on > aix61 and aix71, I get this error: > > [vq2ua613:/staging/Postfix-3.0.2]make > dns_lookup.c: In function 'dns_query': > dns_lookup.c:339: error: 'HEADER' has no member

Re: postfix3.0.2 compile error on AIX61/71

2015-09-03 Thread Viktor Dukhovni
On Thu, Sep 03, 2015 at 02:11:55PM -0700, Takae Harrington wrote: > Hello, > > When I compile postfix3.0.2 (the same issue has existed since 2.11.x) on > aix61 and aix71, I get this error: > > [vq2ua613:/staging/Postfix-3.0.2]make > dns_lookup.c: In function 'dns_query': > dns_lookup.c:339: erro

postfix3.0.2 compile error on AIX61/71

2015-09-03 Thread Takae Harrington
Hello, When I compile postfix3.0.2 (the same issue has existed since 2.11.x) on aix61 and aix71, I get this error: [vq2ua613:/staging/Postfix-3.0.2]make dns_lookup.c: In function 'dns_query': dns_lookup.c:339: error: 'HEADER' has no member named 'ad' make: The error code from the last command is