%general-entities; ]> $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. &lfs101_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; libtirpc Dependencies Optional for the GSSAPI User Notes: Installation of libtirpc If updating this package, you will also need to update any existing version of ./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.3.0.0 /usr/lib/libtirpc.so Command Explanations --disable-gssapi: This switch is needed if no GSSAPI is installed. Remove this switch if you have one installed (for example ) and you wish to use it. 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/tirpc Short Descriptions libtirpc.so provides the Remote Procedure Call (RPC) API functions required by other programs libtirpc.so