Difference between revisions of "Libgssapi"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/libgssapi-0.11.tar.gz |} ---- {{Package-Introduc...) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/libgssapi- | + | | http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/libgssapi-{{Libgssapi-Version}}.tar.gz |
|} | |} | ||
Revision as of 07:38, 10 November 2007
Download Source: | http://www.citi.umich.edu/projects/nfsv4/linux/libgssapi/libgssapi-0.11.tar.gz |
---|
Contents
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:
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