[ldns-users] Compile of 1.6.0

Henri Asseily henri at asseily.com
Tue Jul 14 05:13:27 UTC 2009


Hello,
in my quest to make the compile as easy as possible for the iPhone  
(meaning packaging it into a framework with a fat static library or  
arm and i686, while using the official makefile system), I've come  
across a couple of issues:

First, it seems we're missing #ifdef HAVE_SSL in higher.c. When  
compiling with --without-ssl, I get:
higher.c:18:25: error: openssl/ssl.h: No such file or directory
higher.c:19:25: error: openssl/sha.h: No such file or directory

Second, the download version of 1.6.0's configure gives the following  
warnings:
config.status: executing libtool commands
sed: ./ltmain.sh: No such file or directory
sed: ./ltmain.sh: No such file or directory
mv: rename libtoolT to libtool: No such file or directory
cp: libtoolT: No such file or directory
chmod: libtool: No such file or directory

However, if I do:
autoreconf --install --force
then add AC_PROG_LIBTOOL in configure.ac
and finally run the configure command, it works fine.

---
Henri Asseily
henri.tel







More information about the ldns-users mailing list