mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
noted that you need to be root to run the ln command to create libcurses.a
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cf45fbd135
commit
1438da9c82
@ -13,7 +13,7 @@ development package. This package is often called something like
|
|||||||
or you just installed it, check for the two files again. Often the
|
or you just installed it, check for the two files again. Often the
|
||||||
<filename>libcurses.a</filename> file is (still) missing. If so, then
|
<filename>libcurses.a</filename> file is (still) missing. If so, then
|
||||||
create <filename>libcurses.a</filename> as a symlink by running the
|
create <filename>libcurses.a</filename> as a symlink by running the
|
||||||
following commands:</para>
|
following commands as user root:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cd /usr/lib &&
|
<para><screen><userinput>cd /usr/lib &&
|
||||||
ln -s libncurses.a libcurses.a</userinput></screen></para>
|
ln -s libncurses.a libcurses.a</userinput></screen></para>
|
||||||
|
Loading…
Reference in New Issue
Block a user