spf-discuss
[Top] [All Lists]

Re: Undefined symbols SPF_<blah> in libspf2-1.2.0

2005-02-07 13:18:25
I'm trying to compile libspf2-1.2.0. If compilation is failing on a tool
I don't need, I can delete compilation of that subdirectory. But the missing
symbol definitions affect more than just that tool - it's a more fundamental
problem that the symbols SPF_* are not anywhere defined. That's the problem
I have - I don't care about spfquery per se.

I find it hard to believe that nobody else has run into this? It seems a header
file is missing - one that defines the symbols SPF_*. /That/ is the problem
I have - and libspf2 won't compile at all as is.

-ecsd

p.s. I can return to re-fetch the source to see if someone's fixed that 
omission.
1.2.0a?

=====

James Couzens wrote:
> You can try the 'spfquery' tool that comes with libSPF
> (http://libSPF.org) which I renamed to 'spfqtool' to avoid any
> confusion.  It compiles fine and works great too.  Compile with the
> debugging options and use the debug flag for scads of helpful output.
>
> There is also the SPF Validator which is great for CGI's and other
> related things available @ http://spfval.codeshare.ca
>
> Cheers,
> James

On Tue, 2005-02-01 at 18:40 -0800, ecsd(_at_)transbay(_dot_)net wrote:
>> 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?