Autor: SODATONOU Dodji Comlan Datum: To: exim-users Betreff: [exim] help to install exim with spf support
Hi
In order to install exim with SPF support, i install libspf (even with
tarball or rpm source) successfuly but during the compiling step of exim i
have the folloging error
gcc spf.c
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)