Tuesday, November 23, 2010

Some problem after compiling opendnssec

1. Botan
ldd /usr/local/bin/softhsm
ln -s /usr/local/lib/libbotan-1.8.2.so /usr/lib

dpkg-reconfigure tzdata


softhsm --init-token --slot 0 --label "mydnssec"

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







Sunday, November 07, 2010

Phusion_Passenger/3.0.0.pre2 configured -- resuming normal operations [ pid=56614 thr=0x7fff706fcc20 file=ext/apache2/Hooks.cpp:859 time=2010-09-19 22:18:29.96 ]: Unexpected error in mod_passenger: Cannot spawn application '/Users/robertrouse/Sites/myapp': The spawn server has exited unexpectedly.   Backtrace:      in 'virtual Passenger::SessionPtr Passenger::ApplicationPool::Client::get(const Passenger::PoolOptions&)' (Client.h:750)      in 'Passenger::SessionPtr Hooks::getSession(const Passenger::PoolOptions&)' (Hooks.cpp:296)      in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:565) 
rvm repair all