The libnsl package contains the public client interface for NIS(YP). It replaces the NIS library that used to be in glibc.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/thkukuk/libnsl/releases/download/v2.0.1/libnsl-2.0.1.tar.xz
MD5 校验和:fb178645dfa85ebab0f1e42e219b42ae
大小:276 KB
预计所需磁盘空间:3.1 MB
预计构建时间:小于 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.