The libnsl package contains the public client interface for NIS(YP) and NIS+. It replaces the NIS library that used to be in glibc.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://github.com/thkukuk/libnsl/releases/download/v1.3.0/libnsl-1.3.0.tar.xz
Download MD5 sum: 9214f674bd0c2bcfdd6c1da0cadb061f
Download size: 314 KB
Estimated disk space required: 8.4 MB
Estimated build time: 0.1 SBU
rpcsvc-proto-1.4.2 and libtirpc-1.3.2
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libnsl
Install libnsl by running the following commands:
autoreconf -fi && ./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.
Last updated on