Re: [exim] 4.64 compile problem on Linux 2.6.19.1

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tom Kistner
Päiväys:  
Vastaanottaja: georgek
Kopio: exim-users
Aihe: Re: [exim] 4.64 compile problem on Linux 2.6.19.1
George R. Kasica wrote:

> gcc transport.c
> In file included from transport.c:17:
> /usr/local/include/sys/sendfile.h:26:3: error: #error
> "<sys/sendfile.h> cannot be used with _FILE_OFFSET_BITS=64"
> make[1]: *** [transport.o] Error 1
> make[1]: Leaving directory
> `/mnt/scsi-1/Linux/exim-4.64/build-Linux-i386'
> make: *** [go] Error 2


/usr/local/include is an unusual location for this header. Could it be
an outdated copy? I'm not convinced that the mentioned limitation still
exists. Do you have another copy of sys/sendfile.h somewhere (maybe in
/usr/include where it really should be)?

/tom