%general-entities; ]> $LastChangedBy$ $Date$ libtirpc-&libtirpc-version; libtirpc Introduction to libtirpc 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. &lfs74_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libtirpc-md5sum; Download size: &libtirpc-size; Estimated disk space required: &libtirpc-buildsize; Estimated build time: &libtirpc-time; Additional Downloads Required patch (Remove nis dependencies): libtirpc Dependencies Optional libgssapi User Notes: Installation of libtirpc Install libtirpc by running the following commands: patch -Np1 -i ../libtirpc-&libtirpc-version;-remove_nis-1.patch && autoreconf -fi && ./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 && mv -v /usr/lib/libtirpc.so.* /lib && ln -sfv ../../lib/libtirpc.so.1.0.10 /usr/lib/libtirpc.so Command Explanations mv -v /usr/lib/libtirpc.so.* ...: Move shared libraries into /lib so they are available before /usr is mounted. Contents Installed Programs Installed Libraries Installed Directory None libtirpc.so /usr/include/libtirpc Short Descriptions libtirpc.so provides the Remote Procedure Call (RPC) API functions required by other programs. libtirpc.so