Hi: I'm trying to install BIND 9.6.0 from source but am having problems with
the configure statement. I tried:

./configure --prefix=/usr --sysconfdir=/etc/namedb --mandir=/usr/share/man \
  --localstatedir=/var --disable-threads --with-openssl=/usr

followed by "make && make install"

and 9.6 was installed, but when I try to start it I receive an error

Jan 2 15:57:48 ns1 named[1096]: starting BIND 9.6.0 -t /var/named -u bind
Jan  2 15:57:48 ns1 named[1096]: built with '--with-openssl'


Make sure you are running the correct named binary. (Notice your "built
with" is incomplete.)

Thanks Jeremy: I noticed that but was not sure what it meant...does that mean the path to openssl was incorrect in my configure?
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to