spf-discuss
[Top] [All Lists]

Undefined symbols SPF_<blah> in libspf2-1.2.0

2005-02-01 19:40:09
compilation of spfquery.c fails because SPF_id_t and SPF_dns_config_t are 
undefined -
but they are not defined ANYWHERE.

At the top of the unpacked directory do

find . -type f | xargs grep SPF_id_t

for example, and you see references to the symbol but nothing that defines the 
symbol.
Can someone please supply the missing header file, or definitions?