Showing posts with label opendnssec. Show all posts
Showing posts with label opendnssec. Show all posts

Monday, November 22, 2010

FreeBSD 8.1 (OpenDNSSEC 1.2.0rc1)

When configuring OpenDNSSEC in FreeBSD, some errors was found:

Error 1
configure: error: libxml2 required, but not found.

Solution for error 1
cd /usr/ports/textproc/libxml2
make install;make distclean

Error 2
configure: error: Can't find ldns library

Solution for error 2
ftp http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.7.tar.gzendnssec-1.2.0rc1
tar vxfz ldns-1.6.7.tar.gzendnssec-1.2.0rc1

Error 3
configure: error: OpenSSL >= 1.0.0 is needed for GOST support or rerun with --disable-gost

Solution for error 3
Install latest OpenSSL version 1.0.0 or above.
ftp http://www.openssl.org/source/openssl-1.0.0b.tar.gz

Error4
configure: error: sqlite3 command not found

Solution for error4
Install SQLite3

Err0r 5
configure: error: ruby interpreter was not found, tried "ruby ruby1.8 ruby1.7 ruby1.6"

Solution
RVM ruby version 1.8,7

Error 6
configure: error: Missing dnsruby version 1.51 or greater

Solution
gem install dnsruby