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.
Download (HTTP): https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.7.tar.bz2
Download SHA256 Sum: b47d3ac19d3549e54a05d0019a6c400674da716123858cfdb6d3bdd70a66c702
Download MD5 sum: 74f97df306b8d6149d3d9898a1d44c6e
Download size: 560 KB
Estimated disk space required: 6.8 MB
Estimated build time: less than 0.1 SBU
"mitkrb" for GSSAPI support
![[Note]](../images/note.png)
If updating this package, you will also need to update any existing version of "rpcbind"
Prepare libtirpc by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--disable-gssapimake
This package does not come with a test suite.
Now, as the root user:
make install
--disable-gssapi: This switch is needed if
no GSSAPI providers are installed, such as "mitkrb".
Remove this switch if you have installed "mitkrb"
and you need to use the GSSAPI support.