bind 9.11 智能dns主从配置搭建及压测

一.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检索目录中。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容