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.0 platform.
Download (HTTP): http://downloads.sourceforge.net/rpcbind/rpcbind-0.2.0.tar.bz2
Download MD5 sum: 1a77ddb1aaea8099ab19c351eeb26316
Download size: 272 KB
Estimated disk space required: 3.8 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 && make
This package does not come with a test suite.
Now, as the root
user:
make install
Install the /etc/rc.d/init.d/rpcbind
init script included
in the blfs-bootscripts-20111226 package.
make install-rpcbind
If you build rpcbind with
TCP Wrappers-7.6, be sure to allow it in
/etc/hosts.allow
. For example:
rpcbind: 127.0.0.1
Last updated on 2011-12-05 05:42:37 +0000