Hi guys, I'm trying my hand at getting named running with ports and am running into issues. I've got bind98 built with openssl and
When I try and run in chroot I get this error:
When run with
named works as expected
So something must be missing in the chroot, the question is what and how do I get it there?
:e
Code:
REPLACE_BASE=YES
When I try and run in chroot I get this error:
Code:
May 29 18:14:07 watcher chris: /etc/rc.d/named: WARNING: failed to start named
May 29 18:21:07 watcher named[59095]: starting BIND 9.8.0-P2 -t /var/named -u bind
May 29 18:21:07 watcher named[59095]: built with '--localstatedir=/var' '--disable-linux-caps' '--disable-symtable' '--with-
randomdev=/dev/random' '--with-openssl=/usr/local' '--with-libxml2=/usr/local' '--without-idn' '--enable-threads' '--sysconfdir=/etc/namedb'
'--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info/' '--build=i386-portbld-freebsd8.2' 'build_alias=i386-portbld-freebsd8.2'
'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/local/lib' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -pipe
-fno-strict-aliasing'
May 29 18:21:07 watcher named[59095]: initializing DST: openssl failure
May 29 18:21:07 watcher named[59095]: exiting (due to fatal error
When run with
Code:
echo 'named_chrootdir=""' >> /etc/rc.conf
Code:
May 29 19:20:29 watcher named[6566]: running
So something must be missing in the chroot, the question is what and how do I get it there?
