Re: Fatal Linux Compile Bug - smtp_in.c

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Allen Gwinn
Fecha:  
A: Philip Blundell
Cc: exim-users
Asunto: Re: Fatal Linux Compile Bug - smtp_in.c
> What versions of the kernel and C library are you using?

I just pulled down the latest gcc (2.7.2.2) and, on that box, am running
1.2.8 (soon to be upgraded, tho).

>
> > 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'.


Not being that familiar with Exim (first shot at installing it), what do I
give up, specifically? What is the impact?