Difference between revisions of "Libgssapi"

From CBLFS
Jump to navigationJump to search
Line 30: Line 30:
 
  ln -sfv ../../lib/libgssapi.so.2.0.0 /usr/lib/libgssapi.so
 
  ln -sfv ../../lib/libgssapi.so.2.0.0 /usr/lib/libgssapi.so
  
Install the Configuration File:
+
Install the Configuration File if you haven't already done so in [[Libgssglue]]:
  
 
  install -m644 -v doc/gssapi_mech.conf /etc/gssapi_mech.conf
 
  install -m644 -v doc/gssapi_mech.conf /etc/gssapi_mech.conf

Revision as of 08:45, 10 November 2007

Download Source: http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/libgssapi-0.11.tar.gz

Introduction to Libgssapi

This library exports a gssapi interface, but doesn't implement any gssapi mechanisms itself; instead it calls gssapi routines in other libraries, depending on the mechanism.

Project Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/

Dependencies

Recommended (Runtime)

Non-Multilib

Configure and compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Relocate Libraries:

mv -v /usr/lib/libgssapi.so.2* /lib &&
ln -sfv ../../lib/libgssapi.so.2.0.0 /usr/lib/libgssapi.so

Install the Configuration File if you haven't already done so in Libgssglue:

install -m644 -v doc/gssapi_mech.conf /etc/gssapi_mech.conf

If you moved libgssapi_krb5.so to /lib then you need to make the following change to gssapi_mech.conf so it knows where to find the Kerberos gssapi library:

sed -i "/libgssapi_krb5.so/s@/usr/lib@/lib@" /etc/gssapi_mech.conf

Multilib

32Bit

todo

N32

todo

64Bit

todo