Libgssglue
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.1.tar.gz |
---|
Contents
Introduction to Libgssglue
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/libgssglue/
Dependencies
Non-Multilib
Configure and compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Relocate Libraries:
mv -v /usr/lib/libgssglue.so.1* /lib && ln -sfv ../../lib/libgssglue.so.1 /usr/lib/libgssglue.so
Install the Configuration File if you haven't already done so in Libgssapi:
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