|
@@ -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 &&
|
|
|
-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>
|
|
|
|