The rpcbind program is a replacement for portmap. It is required for import or export of Network File System (NFS) shared directories.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://downloads.sourceforge.net/rpcbind/rpcbind-0.2.1.tar.bz2
Download MD5 sum: 0a5f9c2142af814c55d957aaab3bcc68
Download size: 109 KB
Estimated disk space required: 1.9 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rpcbind
In order to get rpcbind to work
properly, first fix /etc/services
. As
the root
user:
sed -i 's/^sunrpc/rpcbind/' /etc/services
Install rpcbind by running the following commands:
./configure --prefix=/usr --bindir=/sbin --with-rpcuser=root && make
This package does not come with a test suite.
Now, as the root
user:
make install
--with-rpcuser=root: This works around an error in the configure script.
Install the /etc/rc.d/init.d/rpcbind
init script included
in the blfs-bootscripts-20130908 package.
make install-rpcbind
Last updated on 2013-08-27 09:57:37 -0700