Accessing CVMFS/fr: Difference between revisions

Updating to match new version of source page
No edit summary
(Updating to match new version of source page)
Line 273: Line 273:
done
done
}}
}}
== LDAP NSS on Debian derivatives ==
On Debian and Debian-based distributions such as Ubuntu, the <tt>libnss_ldap.so.2</tt> library is installed in <tt>/usr/lib/x86_64-linux-gnu</tt> rather than <tt>/lib64</tt> as is the case on Red Hat and derivatives. Since our stack expects to find the library in <tt>/lib64</tt>, LDAP NSS support will not work properly on Debian-based systems until the library is symlinked to the appropriate location:
<pre>
# ln -s /usr/lib/x86_64-linux-gnu/libnss_ldap.so.2 /lib64/libnss_ldap.so.2
</pre>


== <tt>LD_LIBRARY_PATH</tt> ==
== <tt>LD_LIBRARY_PATH</tt> ==
38,760

edits