aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 05:09:24 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 05:09:24 +0000
commite4f5f0466a88a432627ebc4ddc7bdd59bf2e9ee3 (patch)
tree84377b749c79229b99d9075ed9baaa99e6900771 /chapter06
parent6548fcc9666668bb036fc3c077090b4bad869971 (diff)
Applied Zack's ncurses patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2596 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/ncurses-inst.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/ncurses-inst.xml b/chapter06/ncurses-inst.xml
index 1aa80ec86..a61b32154 100644
--- a/chapter06/ncurses-inst.xml
+++ b/chapter06/ncurses-inst.xml
@@ -22,6 +22,10 @@
<para><screen><userinput>chmod 755 /usr/lib/*.&ncurses-version;</userinput></screen></para>
+<para>And fix up a library that shouldn't be executable at all:</para>
+
+<para><screen><userinput>chmod 644 /usr/lib/libncurses++.a</userinput></screen></para>
+
<para>Move the libraries to the <filename>/lib</filename> directory,
where they're expected to reside:</para>
@@ -31,7 +35,8 @@ where they're expected to reside:</para>
<filename>/lib</filename>, a few symlinks are currently pointing
towards non-existing files. Recreate those symlinks:</para>
-<para><screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so &amp;&amp;
-ln -sf libncurses.so /usr/lib/libcurses.so</userinput></screen></para>
+<para><screen><userinput>ln -sf ../../lib/libncurses.so.5 /usr/lib/libncurses.so
+ln -s libncurses.a /usr/lib/libcurses.a
+ln -s libncurses.so /usr/lib/libcurses.so</userinput></screen></para>
</sect2>