Opened 21 years ago

Closed 21 years ago

#792 closed defect (invalid)

link /bin/perl

Reported by: Exe2@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Before in part 3 chaper 6: before installing perl you must delete link /bin/perl(link to the /tools/bin/perl) becouse the folder /bin is the first in the $PATH and then you install autoconf it will build against /tools/lib/perl and you will get compilation error. BTW i think that the property location of passwd /sbin/passwd nor /usr/bin/passwd.

Change History (1)

comment:1 by tushar@…, 21 years ago

Resolution: invalid
Status: newclosed

The symlink for perl created at the begining of ch 6 is

/usr/bin/perl -> /tools/bin/perl

not

/bin/perl -> /tools/bin/perl

The symlink is erased when perl is installed in Ch 6.

passwd should be in /*/bin (not */sbin) since it is also used by non-root users to change their password.

Note: See TracTickets for help on using tickets.