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 12.2 platform.
Download (HTTP): https://github.com/thkukuk/libnsl/releases/download/v2.0.1/libnsl-2.0.1.tar.xz
Download MD5 sum: fb178645dfa85ebab0f1e42e219b42ae
Download size: 276 KB
Estimated disk space required: 3.1 MB
Estimated build time: less than 0.1 SBU
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.