|
@@ -25,13 +25,6 @@ this libncurses symlink setup properly, except for LFS systems, where it
|
|
is setup properly):
|
|
is setup properly):
|
|
</para>
|
|
</para>
|
|
|
|
|
|
-<blockquote><literallayout>
|
|
|
|
-
|
|
|
|
- <userinput>cd /usr/lib &&</userinput>
|
|
|
|
- <userinput>ln -s libncurses.a libcurses.a</userinput>
|
|
|
|
-
|
|
|
|
-</literallayout></blockquote>
|
|
|
|
-
|
|
|
|
<para>
|
|
<para>
|
|
Note: Normally, the libncurses.a file resides in the /usr/lib directory
|
|
Note: Normally, the libncurses.a file resides in the /usr/lib directory
|
|
but it might reside in /lib (like it does on LFS systems). A user needs
|
|
but it might reside in /lib (like it does on LFS systems). A user needs
|
|
@@ -39,5 +32,12 @@ to check to
|
|
make sure whether the ln command has to be run in /usr/lib or in /lib.
|
|
make sure whether the ln command has to be run in /usr/lib or in /lib.
|
|
</para>
|
|
</para>
|
|
|
|
|
|
|
|
+<blockquote><literallayout>
|
|
|
|
+
|
|
|
|
+ <userinput>cd /usr/lib &&</userinput>
|
|
|
|
+ <userinput>ln -s libncurses.a libcurses.a</userinput>
|
|
|
|
+
|
|
|
|
+</literallayout></blockquote>
|
|
|
|
+
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|