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: lfs-book@…
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 bdubbs@…, 18 years ago

Resolution: invalid
Status: newclosed
Version: SVN6.1.1

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

Note: See TracTickets for help on using tickets.