一.Bind安装
1.下载安装包:https://www.isc.org/downloads/bind/
2.解压tar zxvfbind-9.11.0-P3.tar.gz
编译./configure --enable-largefile --enable-threads=no
--prefix=/usr/local/bind--with-openssl=/usr/local/openssl/
注:禁掉线程;--with-openssl=你的openssl安装的相关目录有可能是/usr
安装make -j4 && make install
可能的问题:
1). checking for OpenSSL library... configure: error:
"/usr/bin/openssl//include/openssl/opensslv.h" not found
解决方法:安装openssl-devel:yum install openssl-devel
2). usr/bin/ld: cannot find -lxxx
解决方法:dconfig -v列出所有可用的动态,库文件导入ld检索目录中。