ldns-1.7.1
ldns のインストール
以下のコマンドを実行して ldns をビルドします。
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--with-drill &&
make
Doxygen-1.9.1 をインストールしていて html
ドキュメントをビルドしたい場合は、以下のコマンドを実行します。
make doc
このパッケージに有効なテストスイートはありません。
root
ユーザーになって以下を実行します。
make install
html ドキュメントをビルドした場合は、root
ユーザーになって以下のコマンドを実行します。
install -v -m755 -d /usr/share/doc/ldns-1.7.1 &&
install -v -m644 doc/html/* /usr/share/doc/ldns-1.7.1
コマンド説明
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--with-drill
: This option
enables building of the drill tool (used for obtaining
debug information from DNS(SEC))
--disable-dane-ta-usage
: This option
disables DANE-TA (DNS-Based Authentication of Named Entities)
support. It is only needed if OpenSSL-1.1.0 or later is not
installed.
--with-examples
: This option enables
building of the example programs.
--with-pyldns
: This option enables
building of the Python bindings.
パッケージ構成
インストールプログラム: drill, ldns-config
インストールライブラリ: libldns.so,
/usr/lib/python2.7/site-packages/_ldns.so
インストールディレクトリ: /usr/include/ldns and
/usr/share/doc/ldns-1.7.1
概略説明
drill
|
is a tool like dig from BIND Utilities-9.16.11
designed to get all sorts of information out of the DNS
|
ldns-config
|
shows compiler and linker flags for ldns usage
|
libldns.so
|
provides the ldns API
functions to programs
|
最終更新日: 2021-02-21 04:35:58 +0900