libnfsidmap-0.26

Introduction to libnfsidmap

The libnfsidmap package contains a library to help with mapping id's, mainly for NFSv4.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

libnfsidmap Dependencies

Optional

OpenLDAP-2.4.49 (client only)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnfsidmap

Installation of libnfsidmap

Install libnfsidmap by running the following commands:

./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --disable-static  &&
make

This package does not come with a testsuite.

Now, as the root user:

make install                         &&
mv -v /usr/lib/libnfsidmap.so.* /lib &&
ln -sfv ../../lib/$(readlink /usr/lib/libnfsidmap.so) /usr/lib/libnfsidmap.so

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

mv -v /usr/lib/libnfsidmap.so.* ...: Move shared libraries into /lib so they are available before /usr is mounted.

Contents

Installed Programs: None
Installed Libraries: libnfsidmap.so
Installed Directories: /usr/lib/libnfsidmap

Short Descriptions

libnfsidmap.so

contains the libnfsidmap API functions.

Last updated on 2020-02-17 13:54:09 -0800