summaryrefslogtreecommitdiff
path: root/unsorted
diff options
context:
space:
mode:
Diffstat (limited to 'unsorted')
-rw-r--r--unsorted/DebianX.mdwn10
-rw-r--r--unsorted/InstallNotes.mdwn1
-rw-r--r--unsorted/Xfree86.mdwn8
3 files changed, 0 insertions, 19 deletions
diff --git a/unsorted/DebianX.mdwn b/unsorted/DebianX.mdwn
index 3afac88a..6d65a140 100644
--- a/unsorted/DebianX.mdwn
+++ b/unsorted/DebianX.mdwn
@@ -84,16 +84,6 @@ You may also enable the Emulate3Buttons option, but nothing else will work.
**_WARNING:_** I cannot verify as of yet whether it was the "Emulate3Buttons" setting or the "ZAxisMapping" setting but I had to disable both in order to be able to move and resize windows.
-### <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)
-
-**_CAVEAT 12/28/2004:_** I did not have to do this so can someone verify that this still needs to be done or was it fixed? Thanks!
-
### <a name="Starting_X"> Starting X </a>
Finally, run `startx`
diff --git a/unsorted/InstallNotes.mdwn b/unsorted/InstallNotes.mdwn
index 98c7c706..f3ac58d1 100644
--- a/unsorted/InstallNotes.mdwn
+++ b/unsorted/InstallNotes.mdwn
@@ -194,7 +194,6 @@ See [[DebianAfterInstall]] for complete, up to date instructions.
* Run `passwd` to give the root user a password. By default, root does not have one.
* Run `adduser` to give yourself a user account. _Do not_ use root indiscriminately.
* Run `MAKEDEV` to create devices in `/dev` for your hard disk and other required devices.
- * Since the Hurd does not use `ld.so.conf`, you will want to specify where the X Window System keeps its libraries. Do this by adding the following line to your `/etc/profile`: <br />`export LD_LIBRARY_PATH='/lib:/usr/X11R6/lib'`
* run `/etc/cron.daily/find` to allow `locate` to function.
* [[GetNetworkRunning]]
diff --git a/unsorted/Xfree86.mdwn b/unsorted/Xfree86.mdwn
index a3ee1027..6fffff81 100644
--- a/unsorted/Xfree86.mdwn
+++ b/unsorted/Xfree86.mdwn
@@ -66,14 +66,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