The libnsl package contains the public client interface for NIS(YP). It replaces the NIS library that used to be in glibc.
This package is known to build and work properly using an LFS 11.3 platform.
Download (HTTP): https://github.com/thkukuk/libnsl/releases/download/v2.0.0/libnsl-2.0.0.tar.xz
Download MD5 sum: 1e8c0615071ea13202452304de1eaab9
Download size: 280 KB
Estimated disk space required: 3.2 MB
Estimated build time: less than 0.1 SBU
rpcsvc-proto-1.4.3 and libtirpc-1.3.3
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libnsl
Install libnsl by running the following commands:
./configure --sysconfdir=/etc --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.