Auteur: Philip Blundell Date: À: Allen Gwinn CC: exim-users Sujet: Re: Fatal Linux Compile Bug - smtp_in.c
On Sun, 20 Apr 1997, Allen Gwinn wrote:
> Has anyone tackled this one yet, before I jump in? Also, I'm not really
It looks like you've been tripped up by Exim's special code to handle IP
options under Linux.
What versions of the kernel and C library are you using?
> gcc -c -O -I. smtp_in.c
> smtp_in.c: In function `smtp_setup_msg':
> smtp_in.c:576: `MAX_IPOPTLEN' undeclared (first use this function)
If you're prepared to live without squashing or logging of options, you
can just change the `#if !HAVE_IPV6' immediately above the offending
code to an `#if 0'.