Opened 18 years ago
Closed 18 years ago
#1829 closed defect (invalid)
LFS-6.1.1 ncurses links at bottom of the page seems wrong.
Reported by: | lviggiano | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 6.1.1 |
Severity: | critical | Keywords: | |
Cc: |
Description
Installing ncurses-5.4; symlinks at bottom of the page seems wrong:
ln -sfv ../../lib/libncurses.so.5 /usr/lib/libncurses.so
ln -sfv libncurses.so /usr/lib/libcurses.so
it should be (in my opinion) as follows:
ln -sfv ../../libncurses.so.5 /usr/lib/libncurses.so.5
ln -sfv libncurses.so.5 /usr/lib/libncurses.so
Change History (1)
comment:1 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | SVN → 6.1.1 |
Note:
See TracTickets
for help on using tickets.
The 6.1.1 release has been tested many times in the eight months since release. It looks like you missed the previous instruction:
mv -v /usr/lib/libncurses.so.5* /lib