实习之bii--源码安装bind9

     刚学习linux时安装过fctix小企鹅输入法,那个比这个安装还要复杂,不过在这里也写一写,还是用的./configure make makeinstall这套命令。不像fctix有些高版本开始用cmake了。。。

1../configure出错,提示少openssl

2.安装openssl

3。安装完openssl后,再检测一遍就通过了。

4.然后make && make install 顺利安装完毕,如果在检测时制定目录profix=/usr/local/bind 则bind9的执行程序配置文档,man手册等都将安装在该目录下。

原文地址:https://www.cnblogs.com/renzherushe/p/3951041.html