Hello, Trying to compile unbound svn trunk using ldns svn trunk with no success. I get this error: configure:16398: error: No ldns library found and no ldns-src.tar.gz, use --with-ldns=path. For testing I purposely deleted the ldns-src.tar.gz and gave the proper path (--with-ldns=/usr) and used "./configure --with-ldns=/usr --disable-gost". It croaks on: configure:16367: checking for ldns_key_EVP_load_gost_id configure:16367: gcc -o conftest -g -O2 -D_GNU_SOURCE -pthread -I/usr/include -L/usr -L/usr/lib conftest.c -lldns -lcrypto >&5 /tmp/ccEMTMI6.o: In function `main': /usr/local/src/ubsvn/conftest.c:148: undefined reference to `ldns_key_EVP_load_gost_id' gost was also disabled in the ldns build ldns is at rev 3249 unbound is at rev 2102 Chris