BIND Utilities-9.18.20

BIND Utilities の概要

BIND Utilities is not a separate package, it is a collection of the client side programs that are included with BIND-9.18.20. The BIND package includes the client side programs nslookup, dig and host. If you install BIND server, these programs will be installed automatically. This section is for those users who don't need the complete BIND server, but need these client side applications.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

BIND Utilities の依存パッケージ

Required

libuv-1.47.0

Recommended

任意

libcap-2.69 with PAM, libxml2-2.12.3, sphinx-7.2.6

BIND Utilities のインストール

以下のコマンドを実行して BIND Utilities をビルドします。

./configure --prefix=/usr &&
make -C lib/isc    &&
make -C lib/dns    &&
make -C lib/ns     &&
make -C lib/isccfg &&
make -C lib/bind9  &&
make -C lib/irs    &&
make -C bin/dig    &&
make -C doc

上のパッケージの部分に対してはテストスイートがありません。

root ユーザーになって以下を実行します。

make -C lib/isc    install &&
make -C lib/dns    install &&
make -C lib/ns     install &&
make -C lib/isccfg install &&
make -C lib/bind9  install &&
make -C lib/irs    install &&
make -C bin/dig    install &&
cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1

コマンド説明

--disable-doh: Use this option if you have not installed nghttp2-1.58.0 and you don't need DNS over HTTPS support.

make -C lib/...: これらのコマンドは、クライアントプログラムが必要とするライブラリをビルドします。

make -C bin/dig: このコマンドはクライアントプログラムをビルドします。

make -C doc: This command builds the manual pages if the optional Python module sphinx-7.2.6 is installed.

Use cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1 to install the manual pages if they have been built.

パッケージ構成

インストールプログラム: dig, host, nslookup
インストールライブラリ: なし
インストールディレクトリ: なし

概略説明

プログラムの詳細については BIND-9.18.20 を参照してください。