Re: [Exim] Solaris 9 + Sun's own tcpwrapper + exim-3.36 = an…

Pàgina inicial
Delete this message
Reply to this message
Autor: Daphne Tregear
Data:  
A: exim-users
Assumpte: Re: [Exim] Solaris 9 + Sun's own tcpwrapper + exim-3.36 = any joy?
>>>>> "Daf" == Daphne Tregear <daf@???> writes:

    Daf> Has anyone else found a way round this when building
    Daf> exim-3.36 on a 64-bit sparc running Solaris 9 using the tcp
    Daf> wrappers in /usr/sfw?


    Daf> /opt/SUNWspro/bin/cc -c -O -I/usr/sfw/include -I. smtp_in.c
    Daf> "/usr/sfw/include/tcpd.h", line 12: warning: macro redefined:
    Daf> HAVE_IPV6 "smtp_in.c", line 1200: missing operand
    Daf> "smtp_in.c", line 2078: empty constant expression after macro
    Daf> expansion cc: acomp failed for smtp_in.c *** Error code 2
    Daf> make: Fatal error: Command failed for target `smtp_in.o'


Before anyone else suggests gcc, I tried that too. It barfs at line
1200 of smtp_in.c which says:

       How to do this properly in IPv6 is not yet known. */


---> #if !HAVE_IPV6 && !defined(NO_IP_OPTIONS)

So it looks like IPV6 is a problem... Not that we're using IPV6, but
Solaris 9 comes armed for both.

Daf