Difference between revisions of "Libnss-cache"

From CBLFS
Jump to navigationJump to search
(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…')
 
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://nsscache.googlecode.com/files/libnss-cache-{libnss-cache-Version}.tar.gz
+
| http://nsscache.googlecode.com/files/libnss-cache-{{libnss-cache-Version}}.tar.gz
 
|}
 
|}
  

Latest revision as of 16:52, 2 July 2009

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