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.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.6.tar.bz2
Download MD5 sum: 8de9e6af16c4bc65ba40d0924745f5b7
Download size: 553 KB
Estimated disk space required: 7.4 MB
Estimated build time: less than 0.1 SBU
MIT Kerberos V5-1.22.1 for GSSAPI support
First, apply a patch to make the package compatible with gcc-15:
patch -Np1 -i ../libtirpc-1.3.6-gcc15_fixes-1.patch
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.1. Remove this
switch if you have installed MIT
Kerberos V5-1.22.1 and you need to use the GSSAPI support.