[getdns-api] How to specify ldns in ./configure?

Willem Toorop willem at nlnetlabs.nl
Mon May 12 07:33:18 MST 2014


Why not use the debian default packages?
I just installed a fresh debian 7.5 in a VirtualBox to try for myself
and managed with debian's default dev packages just fine:

First install all essential packages

~$ sudo apt-get install git libidn11-dev libldns-dev libunbound-dev
~$ sudo apt-get install unbound-anchor

For make example

~$ sudo apt-get install libevent-dev

For make test

~$ sudo apt-get install check

For make doc (didn't do this myself)

~$ sudo apt-get install doxygen

Clone repo, configure & make

~$ git clone http://github.com/getdnsapi/getdns.git
Cloning into 'getdns'...
remote: Reusing existing pack: 4399, done.
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 4402 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (4402/4402), 3.11 MiB | 562 KiB/s, done.
Resolving deltas: 100% (3337/3337), done.
~$ cd getdns
~/getdns$ ./configure --with-libevent
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to
i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... mawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: Checking for dependency ldns
checking for ldns_dname_new_frm_str in -lldns... yes
configure: Checking for dependency libidn
checking for idna_to_ascii_8z in -lidn... yes
configure: Checking for dependency libunbound
checking for ub_fd in -lunbound... yes
checking for doxygen... no
configure: WARNING: doxygen not found, continuing without
checking for inttypes.h... (cached) yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for u_char... no
checking for library containing event_loop... -levent_core
checking for event_base_new... yes
checking for event_base_free... yes
checking for event2/event.h... yes
configure: Default trust anchor: /etc/unbound/getdns-root.key
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/getdns/Makefile
config.status: creating src/getdns/getdns.h
config.status: creating src/example/Makefile
config.status: creating src/test/Makefile
config.status: creating doc/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing libtool commands
~/getdns$ make
cd ./src && make default
make[1]: Entering directory `/home/willem/getdns/src'
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c sync.c
-o sync.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
context.c -o context.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c list.c
-o list.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c dict.c
-o dict.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
convert.c -o convert.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
general.c -o general.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
hostname.c -o hostname.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
service.c -o service.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
request-internal.c -o request-internal.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
util-internal.c -o util-internal.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
getdns_error.c -o getdns_error.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
rr-dict.c -o rr-dict.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c dnssec.c
-o dnssec.lo
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
const-info.c -o const-info.lo
../libtool --tag=CC --mode=link gcc -g -O2 -D_XOPEN_SOURCE=501 -Wall
-I./ -I/usr/local/include -std=c99 -o libgetdns.la sync.lo context.lo
list.lo dict.lo convert.lo general.lo hostname.lo service.lo
request-internal.lo util-internal.lo getdns_error.lo rr-dict.lo
dnssec.lo const-info.lo -lunbound -lidn -lldns  -rpath /usr/local/lib
-version-info 0:0:0 -no-undefined -release 0.1.1
libtool: link: gcc -shared  -fPIC -DPIC  .libs/sync.o .libs/context.o
.libs/list.o .libs/dict.o .libs/convert.o .libs/general.o
.libs/hostname.o .libs/service.o .libs/request-internal.o
.libs/util-internal.o .libs/getdns_error.o .libs/rr-dict.o
.libs/dnssec.o .libs/const-info.o   -lunbound -lidn -lldns  -O2
-Wl,-soname -Wl,libgetdns-0.1.1.so.0 -o .libs/libgetdns-0.1.1.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgetdns-0.1.1.so.0" && ln -s
"libgetdns-0.1.1.so.0.0.0" "libgetdns-0.1.1.so.0")
libtool: link: (cd ".libs" && rm -f "libgetdns.so" && ln -s
"libgetdns-0.1.1.so.0.0.0" "libgetdns.so")
libtool: link: ar cru .libs/libgetdns.a  sync.o context.o list.o dict.o
convert.o general.o hostname.o service.o request-internal.o
util-internal.o getdns_error.o rr-dict.o dnssec.o const-info.o
libtool: link: ranlib .libs/libgetdns.a
libtool: link: ( cd ".libs" && rm -f "libgetdns.la" && ln -s
"../libgetdns.la" "libgetdns.la" )
../libtool --quiet --tag=CC --mode=compile gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -c
extension/libevent.c -o extension/libevent.lo
../libtool --tag=CC --mode=link gcc -g -O2 -D_XOPEN_SOURCE=501 -Wall
-I./ -I/usr/local/include -std=c99 -o libgetdns_ext_event.la
extension/libevent.lo ./.libs/libgetdns.la  -levent_core -rpath
/usr/local/lib -version-info 0:0:0 -no-undefined -release 0.1.1
libtool: link: gcc -shared  -fPIC -DPIC  extension/.libs/libevent.o
-Wl,-rpath -Wl,/home/willem/getdns/src/.libs ./.libs/libgetdns.so
-lunbound -lidn -lldns -levent_core  -O2   -Wl,-soname
-Wl,libgetdns_ext_event-0.1.1.so.0 -o
.libs/libgetdns_ext_event-0.1.1.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libgetdns_ext_event-0.1.1.so.0" &&
ln -s "libgetdns_ext_event-0.1.1.so.0.0.0" "libgetdns_ext_event-0.1.1.so.0")
libtool: link: (cd ".libs" && rm -f "libgetdns_ext_event.so" && ln -s
"libgetdns_ext_event-0.1.1.so.0.0.0" "libgetdns_ext_event.so")
libtool: link: ar cru .libs/libgetdns_ext_event.a  extension/libevent.o
libtool: link: ranlib .libs/libgetdns_ext_event.a
libtool: link: ( cd ".libs" && rm -f "libgetdns_ext_event.la" && ln -s
"../libgetdns_ext_event.la" "libgetdns_ext_event.la" )
make[1]: Leaving directory `/home/willem/getdns/src'
~/getdns$ sudo make install
cd ./src && make default
make[1]: Entering directory `/home/willem/getdns/src'
make[1]: Nothing to be done for `default'.
make[1]: Leaving directory `/home/willem/getdns/src'
/usr/bin/install -c -m 755 -d /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 AUTHORS /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 ChangeLog /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 COPYING /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 INSTALL /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 LICENSE /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 NEWS /usr/local/share/doc/getdns
/usr/bin/install -c -m 644 README.md /usr/local/share/doc/getdns
/usr/bin/install -c -m 755 -d /usr/local/share/doc/getdns/spec
/usr/bin/install -c -m 644 spec/index.html /usr/local/share/doc/getdns/spec
/usr/bin/install -c -m 644 spec/getdns*tgz /usr/local/share/doc/getdns/spec
cd ./src && make install
make[1]: Entering directory `/home/willem/getdns/src'
/usr/bin/install -c -m 755 -d /usr/local/include
/usr/bin/install -c -m 755 -d /usr/local/include/getdns
/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
/usr/bin/install -c -m 755 -d /usr/local/lib
../libtool --mode=install cp libgetdns.la /usr/local/lib
libtool: install: cp .libs/libgetdns-0.1.1.so.0.0.0
/usr/local/lib/libgetdns-0.1.1.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f
libgetdns-0.1.1.so.0.0.0 libgetdns-0.1.1.so.0 || { rm -f
libgetdns-0.1.1.so.0 && ln -s libgetdns-0.1.1.so.0.0.0
libgetdns-0.1.1.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f
libgetdns-0.1.1.so.0.0.0 libgetdns.so || { rm -f libgetdns.so && ln -s
libgetdns-0.1.1.so.0.0.0 libgetdns.so; }; })
libtool: install: cp .libs/libgetdns.lai /usr/local/lib/libgetdns.la
libtool: install: cp .libs/libgetdns.a /usr/local/lib/libgetdns.a
libtool: install: chmod 644 /usr/local/lib/libgetdns.a
libtool: install: ranlib /usr/local/lib/libgetdns.a
libtool: finish:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig
-n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if test 1 = 1 ; then /usr/bin/install -c -m 644
./getdns/getdns_ext_libevent.h /usr/local/include/getdns/ ; ../libtool
--mode=install cp libgetdns_ext_event.la /usr/local/lib ; fi
libtool: install: warning: relinking `libgetdns_ext_event.la'
libtool: install: (cd /home/willem/getdns/src; /bin/bash
/home/willem/getdns/libtool  --tag CC --mode=relink gcc -g -O2
-D_XOPEN_SOURCE=501 -Wall -I./ -I/usr/local/include -std=c99 -o
libgetdns_ext_event.la extension/libevent.lo ./.libs/libgetdns.la
-levent_core -rpath /usr/local/lib -version-info 0:0:0 -no-undefined
-release 0.1.1 )
libtool: relink: gcc -shared  -fPIC -DPIC  extension/.libs/libevent.o
-L/usr/local/lib -lgetdns -lunbound -lidn -lldns -levent_core  -O2
-Wl,-soname -Wl,libgetdns_ext_event-0.1.1.so.0 -o
.libs/libgetdns_ext_event-0.1.1.so.0.0.0
libtool: install: cp .libs/libgetdns_ext_event-0.1.1.so.0.0.0T
/usr/local/lib/libgetdns_ext_event-0.1.1.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f
libgetdns_ext_event-0.1.1.so.0.0.0 libgetdns_ext_event-0.1.1.so.0 || {
rm -f libgetdns_ext_event-0.1.1.so.0 && ln -s
libgetdns_ext_event-0.1.1.so.0.0.0 libgetdns_ext_event-0.1.1.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f
libgetdns_ext_event-0.1.1.so.0.0.0 libgetdns_ext_event.so || { rm -f
libgetdns_ext_event.so && ln -s libgetdns_ext_event-0.1.1.so.0.0.0
libgetdns_ext_event.so; }; })
libtool: install: cp .libs/libgetdns_ext_event.lai
/usr/local/lib/libgetdns_ext_event.la
libtool: install: cp .libs/libgetdns_ext_event.a
/usr/local/lib/libgetdns_ext_event.a
libtool: install: chmod 644 /usr/local/lib/libgetdns_ext_event.a
libtool: install: ranlib /usr/local/lib/libgetdns_ext_event.a
libtool: finish:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig
-n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
if test 0 = 1 ; then /usr/bin/install -c -m 644
./getdns/getdns_ext_libuv.h /usr/local/include/getdns/ ; ../libtool
--mode=install cp  /usr/local/lib ; fi
if test 0 = 1 ; then /usr/bin/install -c -m 644
./getdns/getdns_ext_libev.h /usr/local/include/getdns/ ; ../libtool
--mode=install cp  /usr/local/lib ; fi
../libtool --mode=finish /usr/local/lib
libtool: finish:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig
-n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Leaving directory `/home/willem/getdns/src'
cd ./doc && make install
make[1]: Entering directory `/home/willem/getdns/doc'
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
libgetdns.3.in > libgetdns.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_address.3.in > getdns_address.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_cancel_callback.3.in > getdns_cancel_callback.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_context.3.in > getdns_context.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_context_create.3.in > getdns_context_create.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_context_set.3.in > getdns_context_set.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_context_set_context_update_callback.3.in >
getdns_context_set_context_update_callback.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_convert.3.in > getdns_convert.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_dict.3.in > getdns_dict.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_dict_get.3.in > getdns_dict_get.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_dict_set.3.in > getdns_dict_set.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_display_ip_address.3.in > getdns_display_ip_address.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_free_sync_request_memory.3.in > getdns_free_sync_request_memory.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_general.3.in > getdns_general.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_hostname.3.in > getdns_hostname.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_list.3.in > getdns_list.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_list_get.3.in > getdns_list_get.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_list_set.3.in > getdns_list_set.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_pretty_print_dict.3.in > getdns_pretty_print_dict.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_root_trust_anchor.3.in > getdns_root_trust_anchor.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_service.3.in > getdns_service.3
sed -e 's/@''version@/0.1.1/g' -e "s/@date@/`date +'%B %Y'`/g"
getdns_validate_dnssec.3.in > getdns_validate_dnssec.3
/usr/bin/install -c -m 755 -d /usr/local/share/man
/usr/bin/install -c -m 755 -d /usr/local/share/man/man3
for x in libgetdns.3 getdns_address.3 getdns_cancel_callback.3
getdns_context.3 getdns_context_create.3 getdns_context_set.3
getdns_context_set_context_update_callback.3 getdns_convert.3
getdns_dict.3 getdns_dict_get.3 getdns_dict_set.3
getdns_display_ip_address.3 getdns_free_sync_request_memory.3
getdns_general.3 getdns_hostname.3 getdns_list.3 getdns_list_get.3
getdns_list_set.3 getdns_pretty_print_dict.3 getdns_root_trust_anchor.3
getdns_service.3 getdns_validate_dnssec.3 ; do echo /usr/bin/install -c
-m 644 $x /usr/local/share/man/man3; /usr/bin/install -c -m 644 $x
/usr/local/share/man/man3; for altpg in $(./manpgaltnames $x); do cp $x
$altpg; echo /usr/bin/install -c -m 644 $altpg
/usr/local/share/man/man3; /usr/bin/install -c -m 644 $altpg
/usr/local/share/man/man3; done; done
/usr/bin/install -c -m 644 libgetdns.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_address.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_address_sync.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_cancel_callback.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_create.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_create_with_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644
getdns_context_create_with_extended_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_destroy.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_get_api_information.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_create.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_create_with_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644
getdns_context_create_with_extended_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_destroy.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_get_api_information.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_append_name.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_context_update_callback.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dns_root_servers.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dns_transport.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dnssec_trust_anchors.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dnssec_allowed_skew.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_follow_redirects.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644
getdns_context_set_limit_outstanding_queries.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_namespaces.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_resolution_type.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_suffix.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_timeout.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_context_update_callback.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_append_name.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dns_root_servers.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dns_transport.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dnssec_trust_anchors.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_dnssec_allowed_skew.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_follow_redirects.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644
getdns_context_set_limit_outstanding_queries.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_namespaces.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_resolution_type.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_suffix.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_context_set_timeout.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_convert.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_convert_dns_name_to_fqdn.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_convert_fqdn_to_dns_name.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_create.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644
getdns_dict_create_with_extended_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_create_with_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_destroy.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get_bindata.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get_data_type.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get_dict.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get_int.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get_list.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_get_names.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_set.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_set_bindata.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_set_dict.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_set_int.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_dict_set_list.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_display_ip_address.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_free_sync_request_memory.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_general.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_general_sync.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_hostname.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_hostname_sync.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_create.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644
getdns_list_create_with_extended_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_create_with_memory_functions.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_destroy.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get_bindata.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get_data_type.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get_dict.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get_length.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get_list.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_get_int.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_set.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_set_bindata.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_set_dict.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_set_int.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_list_set_list.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_pretty_print_dict.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_root_trust_anchor.3
/usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_service.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_service_sync.3 /usr/local/share/man/man3
/usr/bin/install -c -m 644 getdns_validate_dnssec.3
/usr/local/share/man/man3
make[1]: Leaving directory `/home/willem/getdns/doc'
***
***  !!! IMPORTANT !!!!  libgetdns needs a DNSSEC trust anchor!
***
***  For the library to be able to perform DNSSEC, the root
***  trust anchor needs to be present in presentation format
***  in the file:
***        /etc/unbound/getdns-root.key
***
***  We recomend using unbound-anchor to retrieve and install
***  the root trust anchor like this:
***        mkdir /etc/unbound
***        unbound-anchor -a "/etc/unbound/getdns-root.key"
***
***  We strongly recommend package maintainers to provide the
***  root trust anchor by installing it with unbound-anchor
***  at package installation time from the post-install script.
***
~/getdns$ sudo mkdir /etc/unbound
~/getdns$ sudo unbound-anchor -a "/etc/unbound/getdns-root.key"



op 12-05-14 16:07, Paul Hoffman schreef:
> On May 12, 2014, at 5:38 AM, John Dickinson <jad at sinodun.com> wrote:
> 
>> Can you post your config.log? There should be a section like this:
> 
> Sorry, I forgot that. ./configure is clearly finding the file, but for some reason doesn't like it.
> 
> FWIW, I compiled ldns with no extra configure options. Was I supposed to include something in *that* configure to make this one work?
> 
> --Paul Hoffman
> 
> 
> configure:10887: Checking for dependency ldns
> configure:10889: checking for ldns_dname_new_frm_str in -lldns
> configure:10914: gcc -o conftest -g -O2 -D_XOPEN_SOURCE=501 -I/home/dns/libidn/include -I/home/dns/ldns-1.6.17/include -I/home/dns/unbound-1.4.22/include   -L/home/dns/libidn/lib -L/home/dns/ldns-1.6.17/lib -L/home/dns/unbound-1.4.22/lib conftest.c -lldns   >&5
> /home/dns/ldns-1.6.17/lib/libldns.a(host2str.o): In function `ldns_key2buffer_str':
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2014: undefined reference to `BN_bn2bin'
> /home/dns/ldns-1.6.17/lib/libldns.a(host2str.o): In function `ldns_gost_key2buffer_str':
> /home/dns/Tools/ldns-1.6.17/./host2str.c:1919: undefined reference to `i2d_PrivateKey'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:1924: undefined reference to `CRYPTO_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(host2str.o): In function `ldns_key2buffer_str':
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2159: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2268: undefined reference to `EVP_PKEY_get1_EC_KEY'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2269: undefined reference to `EC_KEY_get0_private_key'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2271: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2284: undefined reference to `EC_KEY_free'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2026: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2040: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2057: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2074: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2091: undefined reference to `BN_bn2bin'
> /home/dns/ldns-1.6.17/lib/libldns.a(host2str.o):/home/dns/Tools/ldns-1.6.17/./host2str.c:2108: more undefined references to `BN_bn2bin' follow
> /home/dns/ldns-1.6.17/lib/libldns.a(host2str.o): In function `ldns_key2buffer_str':
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2141: undefined reference to `RSA_free'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2176: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2193: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2210: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./host2str.c:2227: undefined reference to `BN_bn2bin'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_EC_KEY_calc_public':
> /home/dns/Tools/ldns-1.6.17/./keys.c:226: undefined reference to `EC_POINT_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_ecdsa_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:272: undefined reference to `EC_KEY_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:255: undefined reference to `EC_KEY_new_by_curve_name'
> /home/dns/Tools/ldns-1.6.17/./keys.c:263: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:269: undefined reference to `EC_KEY_set_private_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:270: undefined reference to `BN_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_EC_KEY_calc_public':
> /home/dns/Tools/ldns-1.6.17/./keys.c:217: undefined reference to `EC_KEY_get0_group'
> /home/dns/Tools/ldns-1.6.17/./keys.c:218: undefined reference to `EC_POINT_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:220: undefined reference to `EC_GROUP_get0_generator'
> /home/dns/Tools/ldns-1.6.17/./keys.c:220: undefined reference to `EC_POINT_copy'
> /home/dns/Tools/ldns-1.6.17/./keys.c:224: undefined reference to `EC_KEY_get0_private_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:224: undefined reference to `EC_POINT_mul'
> /home/dns/Tools/ldns-1.6.17/./keys.c:229: undefined reference to `EC_KEY_set_public_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:233: undefined reference to `EC_POINT_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_ecdsa_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:276: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:281: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./keys.c:282: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:283: undefined reference to `EC_KEY_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:257: undefined reference to `EC_KEY_new_by_curve_name'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_EC_KEY_calc_public':
> /home/dns/Tools/ldns-1.6.17/./keys.c:230: undefined reference to `EC_POINT_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_ecdsa_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:278: undefined reference to `EC_KEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_dsa2bin':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1325: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1339: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1340: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1341: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1342: undefined reference to `BN_bn2bin'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_engine':
> /home/dns/Tools/ldns-1.6.17/./keys.c:100: undefined reference to `UI_OpenSSL'
> /home/dns/Tools/ldns-1.6.17/./keys.c:100: undefined reference to `ENGINE_load_private_key'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_EVP_load_gost_id':
> /home/dns/Tools/ldns-1.6.17/./keys.c:130: undefined reference to `EVP_PKEY_asn1_find_str'
> /home/dns/Tools/ldns-1.6.17/./keys.c:165: undefined reference to `EVP_PKEY_asn1_get0_info'
> /home/dns/Tools/ldns-1.6.17/./keys.c:137: undefined reference to `ENGINE_by_id'
> /home/dns/Tools/ldns-1.6.17/./keys.c:148: undefined reference to `ENGINE_set_default'
> /home/dns/Tools/ldns-1.6.17/./keys.c:154: undefined reference to `EVP_PKEY_asn1_find_str'
> /home/dns/Tools/ldns-1.6.17/./keys.c:157: undefined reference to `ENGINE_finish'
> /home/dns/Tools/ldns-1.6.17/./keys.c:158: undefined reference to `ENGINE_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:140: undefined reference to `ENGINE_load_builtin_engines'
> /home/dns/Tools/ldns-1.6.17/./keys.c:141: undefined reference to `ENGINE_load_dynamic'
> /home/dns/Tools/ldns-1.6.17/./keys.c:142: undefined reference to `ENGINE_by_id'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_gost_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:204: undefined reference to `d2i_PrivateKey'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_EVP_unload_gost':
> /home/dns/Tools/ldns-1.6.17/./keys.c:172: undefined reference to `ENGINE_finish'
> /home/dns/Tools/ldns-1.6.17/./keys.c:173: undefined reference to `ENGINE_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_rsa_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:562: undefined reference to `RSA_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:577: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:587: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:597: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:607: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:617: undefined reference to `BN_bin2bn'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o):/home/dns/Tools/ldns-1.6.17/./keys.c:627: more undefined references to `BN_bin2bn' follow
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_rsa_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:658: undefined reference to `RSA_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_fp_dsa_l':
> /home/dns/Tools/ldns-1.6.17/./keys.c:680: undefined reference to `DSA_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:693: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:703: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:713: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:723: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:733: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./keys.c:747: undefined reference to `DSA_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_set_rsa_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1000: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1001: undefined reference to `EVP_PKEY_set1_RSA'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_set_dsa_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1008: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1009: undefined reference to `EVP_PKEY_set1_DSA'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_algorithm':
> /home/dns/Tools/ldns-1.6.17/./keys.c:931: undefined reference to `EC_KEY_new_by_curve_name'
> /home/dns/Tools/ldns-1.6.17/./keys.c:936: undefined reference to `EC_KEY_generate_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:942: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:948: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./keys.c:950: undefined reference to `EC_KEY_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:845: undefined reference to `RSA_generate_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:850: undefined reference to `RSA_check_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:855: undefined reference to `RSA_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:891: undefined reference to `RAND_bytes'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_gen_gost_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:793: undefined reference to `EVP_PKEY_CTX_new_id'
> /home/dns/Tools/ldns-1.6.17/./keys.c:798: undefined reference to `EVP_PKEY_CTX_ctrl_str'
> /home/dns/Tools/ldns-1.6.17/./keys.c:804: undefined reference to `EVP_PKEY_keygen_init'
> /home/dns/Tools/ldns-1.6.17/./keys.c:808: undefined reference to `EVP_PKEY_keygen'
> /home/dns/Tools/ldns-1.6.17/./keys.c:813: undefined reference to `EVP_PKEY_CTX_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_algorithm':
> /home/dns/Tools/ldns-1.6.17/./keys.c:861: undefined reference to `DSA_generate_parameters'
> /home/dns/Tools/ldns-1.6.17/./keys.c:866: undefined reference to `DSA_generate_key'
> /home/dns/Tools/ldns-1.6.17/./keys.c:871: undefined reference to `DSA_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_gen_gost_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:809: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:810: undefined reference to `EVP_PKEY_CTX_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_new_frm_algorithm':
> /home/dns/Tools/ldns-1.6.17/./keys.c:929: undefined reference to `EC_KEY_new_by_curve_name'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_assign_rsa_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1016: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1017: undefined reference to `EVP_PKEY_assign'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_assign_dsa_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1024: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1025: undefined reference to `EVP_PKEY_assign'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_rsa2bin':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1292: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1300: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1303: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1305: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1306: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1306: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1307: undefined reference to `BN_num_bits'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key2rr':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1439: undefined reference to `RSA_free'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1516: undefined reference to `EVP_PKEY_get1_EC_KEY'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1518: undefined reference to `EC_KEY_set_conv_form'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1519: undefined reference to `i2o_ECPublicKey'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1520: undefined reference to `i2o_ECPublicKey'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1536: undefined reference to `EC_KEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_gost2bin':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1353: undefined reference to `i2d_PUBKEY'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1361: undefined reference to `CRYPTO_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key2rr':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1482: undefined reference to `DSA_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_gost2bin':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1355: undefined reference to `CRYPTO_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_rsa2bin':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1296: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1297: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./keys.c:1298: undefined reference to `BN_bn2bin'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key2rr':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1521: undefined reference to `EC_KEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_deep_free':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1583: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_rsa_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1131: undefined reference to `EVP_PKEY_get1_RSA'
> /home/dns/ldns-1.6.17/lib/libldns.a(keys.o): In function `ldns_key_dsa_key':
> /home/dns/Tools/ldns-1.6.17/./keys.c:1141: undefined reference to `EVP_PKEY_get1_DSA'
> /home/dns/ldns-1.6.17/lib/libldns.a(tsig.o): In function `ldns_digest_function':
> /home/dns/Tools/ldns-1.6.17/./tsig.c:146: undefined reference to `EVP_md5'
> /home/dns/ldns-1.6.17/lib/libldns.a(tsig.o): In function `ldns_tsig_mac_new':
> /home/dns/Tools/ldns-1.6.17/./tsig.c:250: undefined reference to `HMAC'
> /home/dns/ldns-1.6.17/lib/libldns.a(tsig.o): In function `ldns_digest_function':
> /home/dns/Tools/ldns-1.6.17/./tsig.c:139: undefined reference to `EVP_sha256'
> /home/dns/Tools/ldns-1.6.17/./tsig.c:144: undefined reference to `EVP_sha1'
> /home/dns/ldns-1.6.17/lib/libldns.a(util.o): In function `ldns_init_random':
> /home/dns/Tools/ldns-1.6.17/./util.c:377: undefined reference to `RAND_seed'
> /home/dns/Tools/ldns-1.6.17/./util.c:377: undefined reference to `RAND_seed'
> /home/dns/ldns-1.6.17/lib/libldns.a(util.o): In function `ldns_get_random':
> /home/dns/Tools/ldns-1.6.17/./util.c:404: undefined reference to `RAND_bytes'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_key_buf2dsa_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:358: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:361: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:364: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:367: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:371: undefined reference to `DSA_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:372: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:373: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:374: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:375: undefined reference to `BN_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_key_buf2rsa_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:426: undefined reference to `BN_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:428: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:432: undefined reference to `BN_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:438: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:440: undefined reference to `RSA_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:434: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:442: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:443: undefined reference to `BN_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_digest_evp':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:459: undefined reference to `EVP_MD_CTX_create'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:462: undefined reference to `EVP_DigestInit_ex'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:463: undefined reference to `EVP_DigestUpdate'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:465: undefined reference to `EVP_MD_CTX_destroy'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:464: undefined reference to `EVP_DigestFinal_ex'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:468: undefined reference to `EVP_MD_CTX_destroy'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_key_rr2ds':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:641: undefined reference to `SHA384'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:519: undefined reference to `EVP_get_digestbyname'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:524: undefined reference to `EVP_MD_size'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:634: undefined reference to `EVP_MD_size'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_convert_dsa_rrsig_asn12rdf':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1715: undefined reference to `d2i_DSA_SIG'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1729: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1736: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1737: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1744: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1750: undefined reference to `DSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1739: undefined reference to `DSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1719: undefined reference to `DSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1725: undefined reference to `DSA_SIG_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_convert_dsa_rrsig_rdf2asn1':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1768: undefined reference to `BN_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1770: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1772: undefined reference to `BN_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1777: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1780: undefined reference to `DSA_SIG_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1790: undefined reference to `i2d_DSA_SIG'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1800: undefined reference to `DSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1782: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1783: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1774: undefined reference to `BN_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1792: undefined reference to `DSA_SIG_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_convert_ecdsa_rrsig_asn12rdf':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1814: undefined reference to `d2i_ECDSA_SIG'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1818: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1818: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1824: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1825: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1825: undefined reference to `BN_bn2bin'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1827: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1827: undefined reference to `BN_num_bits'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1828: undefined reference to `ECDSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1821: undefined reference to `ECDSA_SIG_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec.o): In function `ldns_convert_ecdsa_rrsig_rdf2asn1':
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1844: undefined reference to `ECDSA_SIG_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1846: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1848: undefined reference to `BN_bin2bn'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1855: undefined reference to `i2d_ECDSA_SIG'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1862: undefined reference to `ECDSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1851: undefined reference to `ECDSA_SIG_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec.c:1859: undefined reference to `i2d_ECDSA_SIG'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_dnssec_trust_tree_print_sm_fmt':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:597: undefined reference to `ERR_load_crypto_strings'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:598: undefined reference to `ERR_print_errors_fp'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_gost2pkey_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1831: undefined reference to `d2i_PUBKEY'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_ecdsa2pkey_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1871: undefined reference to `EC_KEY_new_by_curve_name'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1868: undefined reference to `EC_KEY_new_by_curve_name'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1880: undefined reference to `o2i_ECPublicKey'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1884: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1889: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1890: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1891: undefined reference to `EC_KEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1886: undefined reference to `EC_KEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_evp_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2491: undefined reference to `EVP_MD_CTX_init'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2493: undefined reference to `EVP_DigestInit'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2494: undefined reference to `EVP_DigestUpdate'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2497: undefined reference to `EVP_VerifyFinal'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2499: undefined reference to `EVP_MD_CTX_cleanup'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_dsa_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2551: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2552: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2561: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2553: undefined reference to `EVP_dss1'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2561: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_rsasha1_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2573: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2574: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2583: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2575: undefined reference to `EVP_sha1'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2583: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_rsasha256_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2599: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2600: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2609: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2601: undefined reference to `EVP_sha256'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2609: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_rsasha512_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2634: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2635: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2644: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2636: undefined reference to `EVP_sha512'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2644: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_rsamd5_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2669: undefined reference to `EVP_PKEY_new'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2670: undefined reference to `EVP_PKEY_assign'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2679: undefined reference to `EVP_PKEY_free'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2671: undefined reference to `EVP_md5'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:2679: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_ecdsa_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1912: undefined reference to `EVP_sha384'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1914: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_gost_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1849: undefined reference to `EVP_get_digestbyname'
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1851: undefined reference to `EVP_PKEY_free'
> /home/dns/ldns-1.6.17/lib/libldns.a(dnssec_verify.o): In function `ldns_verify_rrsig_ecdsa_raw':
> /home/dns/Tools/ldns-1.6.17/./dnssec_verify.c:1911: undefined reference to `EVP_sha256'
> collect2: error: ld returned 1 exit status
> configure:10914: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "getdns"
> | #define PACKAGE_TARNAME "getdns"
> | #define PACKAGE_VERSION "0.1.1"
> | #define PACKAGE_STRING "getdns 0.1.1"
> | #define PACKAGE_BUGREPORT "stub-resolver at verisignlabs.com"
> | #define PACKAGE_URL "http://www.getdnsapi.net"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_DLFCN_H 1
> | #define LT_OBJDIR ".libs/"
> | /* end confdefs.h.  */
> |
> | /* Override any GCC internal prototype to avoid an error.
> |    Use char because int might match the return type of a GCC
> |    builtin and then its argument prototype would still apply.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | char ldns_dname_new_frm_str ();
> | int
> | main ()
> | {
> | return ldns_dname_new_frm_str ();
> |   ;
> |   return 0;
> | }
> configure:10923: result: no
> 
> 
> _______________________________________________
> getdns-api mailing list
> getdns-api at vpnc.org
> 



More information about the getdns-api mailing list