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.
Download (HTTP): https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.4.tar.bz2
Download MD5 sum: 375dbe7ceb2d0300d173fb40321b49b6
Download size: 552 KB
Estimated disk space required: 7.6 MB
Estimated build time: less than 0.1 SBU
MIT Kerberos V5-1.21.2 for the GSSAPI
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
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 is installed. Remove this switch if you have one
installed (for example MIT Kerberos V5-1.21.2) and you wish to use it.