[exim] (no subject)

Top Page
Delete this message
Reply to this message
Author: Balzi Andrea
Date:  
To: Exim, Users
Subject: [exim] (no subject)
Hi

I'm try to block some spam mail by SPF.
When I try to compile exim-4.63 I found the follow error:

spf.c: In function `spf_open':
spf.c:36: error: `SPF_server_t' undeclared (first use in this function)
spf.c:36: error: (Each undeclared identifier is reported only once
spf.c:36: error: for each function it appears in.)
spf.c:36: error: `spf_server' undeclared (first use in this function)
spf.c:37: error: `SPF_DNS_CACHE' undeclared (first use in this function)
spf.c: In function `spf_close':
spf.c:46: error: `SPF_server_t' undeclared (first use in this function)
spf.c:46: error: `spf_server' undeclared (first use in this function)
spf.c: In function `spf_find':
spf.c:52: error: `SPF_server_t' undeclared (first use in this function)
spf.c:52: error: `spf_server' undeclared (first use in this function)
spf.c:53: error: `SPF_request_t' undeclared (first use in this function)
spf.c:53: error: `spf_request' undeclared (first use in this function)
spf.c:54: error: `SPF_response_t' undeclared (first use in this
function)
spf.c:54: error: `spf_response' undeclared (first use in this function)
make[2]: *** [spf.o] Error 1

I've installed the follow library on my linux machine:

libspf2-dev ver1.0.4
libspf2 ver1.0.4

Is a library version problem?

Andrea