rpcsvc-proto-1.2

Introduction to rpcsvc-proto

The rpcsvc-proto package contains the rcpsvc protocol.x files and headers, fromerly included with GlibC, that are not included in replacment libtirpc-1.0.2, along with the rpcgen program.

This package is known to build and work properly using an LFS-8.1 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rpcsvc-proto

Installation of rpcsvc-proto

Install rpcsvc-proto by running the following commands:

autoreconf -fi                &&
./configure --sysconfdir=/etc &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: rpcgen
Installed Libraries: None
Installed Directories: /usr/include/rpcsvc

Short Descriptions

rpcgen

Generates C code to implement the RPC protocol.

Last updated on 2017-08-23 23:54:51 -0700