libtirpc-1.3.4

libtirpc の概要

libtirpc パッケージは、リモートプロシジャーコール (Remote Procedure Call; RPC) の API を用いたプログラムをサポートするライブラリを提供します。 これは glibc において実現している RPC に置き換わるものですが、NIS ライブラリまでは提供しません。

[注記]

注記

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

パッケージ情報

libtirpc の依存パッケージ

任意

MIT Kerberos V5-1.21.2 GSSAPI のために

libtirpc のインストール

[注記]

注記

If updating this package, you will also need to update any existing version of rpcbind-1.2.6

./configure --prefix=/usr                                   \
            --sysconfdir=/etc                               \
            --disable-static                                \
            --disable-gssapi                                &&
make

このパッケージにテストスイートはありません。

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

make install

コマンド説明

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

--disable-gssapi: This switch is needed if no GSSAPI is installed. Remove this switch if you have one installed (for example MIT Kerberos V5-1.21.2) and you wish to use it.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libtirpc.so
インストールディレクトリ: /usr/include/tirpc

概略説明

libtirpc.so

他のプログラムが必要とするリモートプロシジャーコール (Remote Procedure Call; RPC) の API 関数を提供します。