Libnss-cache

From CBLFS
Jump to navigationJump to search
Download Source: http://nsscache.googlecode.com/files/libnss-cache-0.1.tar.gz

Introduction to Libnss-cache

nsscache is a Python library and a commandline frontend to that library that synchronises a local NSS cache against a remote directory service, such as LDAP.

Project Homepage: http://code.google.com/p/nsscache/

Dependencies

Non-Multilib

Compile the package:

make

Install the package:

make install

Multilib

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package:

make install

N32

Compile the package:

make CC="gcc ${BUILD64}"

Install the package:

make LIBDIR=/usr/lib32 install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package:

make LIBDIR=/usr/lib64 install

Configuring