diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-12-09 23:10:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-12-09 23:10:25 +0100 |
commit | 135c5d5128d291ca861b83cb9026746e3c95a1eb (patch) | |
tree | 5b18df3a3aaba3d9d6d4b66c083791a64e2ddd06 /unsorted/Xfree86.mdwn | |
parent | bd95caa380cce60bd98a171fa1ac6c34cdb2e67a (diff) | |
download | web-135c5d5128d291ca861b83cb9026746e3c95a1eb.tar.gz web-135c5d5128d291ca861b83cb9026746e3c95a1eb.tar.bz2 web-135c5d5128d291ca861b83cb9026746e3c95a1eb.zip |
drop elderly doc about /usr/X11R6/lib
Diffstat (limited to 'unsorted/Xfree86.mdwn')
-rw-r--r-- | unsorted/Xfree86.mdwn | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unsorted/Xfree86.mdwn b/unsorted/Xfree86.mdwn index 617508e5..487633da 100644 --- a/unsorted/Xfree86.mdwn +++ b/unsorted/Xfree86.mdwn @@ -70,14 +70,6 @@ You may also enable the Emulate3Buttons option, but nothing else will work. Option "Emulate3Buttons" "true" -### <a name="Dynamic_Linking"> Dynamic Linking </a> - -The Hurd does not use `ld.so.conf`, it is necessary to add the following to `/etc/profile` to be sure that the libraries are found: - - LD_LIBRARY_PATH=/X11R6/lib:$LD_LIBRARY_PATH - -"This is a linker issue. GNU/Hurd expects that \`RPATH' is used, however, Debian takes certain measures to avoid this. Note that this does not cut it for suid binaries because of security implications. We expect to rectify this by using \`RUNPATH', which is specified in the new ELF standard." -- [Why does X not work?](http://www.gnu.org/software/hurd/faq.en.html#q4-8) - ### <a name="Starting_X"> Starting X </a> Finally, run |