The libtirpc package contains libraries that support programs that use the Remote Procedure Call (RPC) API. It replaces the RPC, but not the NIS library entries that used to be in glibc.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.7.tar.bz2
MD5 校验和:74f97df306b8d6149d3d9898a1d44c6e
大小:560 KB
预计所需磁盘空间:6.8 MB
预计构建时间:小于 0.1 SBU
MIT Kerberos V5-1.22.2 for GSSAPI support
Install libtirpc by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--disable-gssapi &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--disable-gssapi: This
switch is needed if no GSSAPI providers are installed, such as
MIT Kerberos V5-1.22.2. Remove this
switch if you have installed MIT
Kerberos V5-1.22.2 and you need to use the GSSAPI support.