Libnss-cache

From CBLFS
Revision as of 16:51, 2 July 2009 by Jciccone (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://nsscache.googlecode.com/files/libnss-cache-{libnss-cache-Version}.tar.gz |} ---- {{Packa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://nsscache.googlecode.com/files/libnss-cache-{libnss-cache-Version}.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