[getdns-users] getdns 0.5.0 release candidate
Willem Toorop
willem at nlnetlabs.nl
Thu Oct 29 14:39:58 UTC 2015
Op 29-10-15 om 15:06 schreef Hollenbeck, Scott:
>> -----Original Message-----
>> From: Users [mailto:users-bounces at getdnsapi.net] On Behalf Of
>> Visweswaran, Gowri
>> Sent: Thursday, October 29, 2015 9:33 AM
>> To: libgetdns users list
>> Subject: Re: [getdns-users] getdns 0.5.0 release candidate
>>
>> https://github.com/getdnsapi/getdns/compare/v0.3.0...v0.5.0
>
> Understood, but I'm still not sure of what broke when I rebuilt getdns. Here's what I did:
>
> $ git pull
> $ git checkout v0.5.0 (git status shows "On branch v0.5.0")
> $ make clean
> $ libtoolize -ci
> $ autoreconf -fi
> $ ./configure --enable-draft-edns-cookies --enable-tcp-fastopen
> $ make
> $ sudo make install
>
> ...and what I see in getdns_extra.h says GETDNS_VERSION "0.3.3".
Hi Scott,
That is strange. What do you see if you do:
grep VERSION src/getdns/getdns_extra.h
I see:
#define GETDNS_VERSION "0.5.0rc1"
#define GETDNS_NUMERIC_VERSION 0x00040001
#define GETDNS_API_VERSION "October 2015"
#define GETDNS_API_NUMERIC_VERSION 0x07df0a00
Where are your include files installed? I see this after make install:
/usr/bin/install -c -m 644 getdns/getdns.h
/usr/local/include/getdns/getdns.h
/usr/bin/install -c -m 644 ./getdns/getdns_extra.h
/usr/local/include/getdns/getdns_extra.h
What do you see if you do
grep VERSION /usr/local/include/getdns/getdns_extra.h
I have the same as above.
-- Willem
>
> Scott
>
> _______________________________________________
> Users mailing list
> Users at getdnsapi.net
> http://getdnsapi.net/mailman/listinfo/users
>
More information about the Users
mailing list