diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2007-02-01 21:45:45 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2007-02-01 21:45:45 +0000 |
commit | a359eadc825139090ccb5891b8ebf0f4e5ab97ff (patch) | |
tree | 53c75970fd434c540d3674c958e1881fb81ce27e | |
parent | fb721333b36f33a5d5a593cb1faf05cf213a619e (diff) |
Fixed broken URL for the 'Why LD_LIBRARY_PATH is bad' site in the Beyond BLFS page
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/tags/6.2.0-rc1@6514 af4574ff-66df-0310-9fd7-8a98e5e911e0
-rw-r--r-- | introduction/important/beyond.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/introduction/important/beyond.xml b/introduction/important/beyond.xml index 55b90a9cc0..f6e4d726dc 100644 --- a/introduction/important/beyond.xml +++ b/introduction/important/beyond.xml @@ -42,7 +42,8 @@ <para>Add <filename class='directory'>$PREFIX/lib</filename> to <filename>/etc/ld.so.conf</filename> or expand <envar>LD_LIBRARY_PATH</envar> to include it. Before using the latter - option, check out <ulink url="http://www.visi.com/~barr/ldpath.html"/>. + option, check out <ulink + url="http://xahlee.org/UnixResource_dir/_/ldpath.html"/>. If you modify <filename>/etc/ld.so.conf</filename>, remember to update <filename>/etc/ld.so.cache</filename> by executing <command>ldconfig</command> as the |