Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#3225 closed defect (invalid)

Code mispells locale as locate

Reported by: joseph Owned by: lfs-book@…
Priority: high Milestone: 7.3
Component: Book Version: SVN
Severity: blocker Keywords:
Cc:

Description

On the following page: http://lfs.tmuniz.com/lfs/view/stable/chapter06/creatingdirs.html the last line of code reads: mkdir -pv /var/{opt,cache,lib/{misc,locate},local}

and should read: mkdir -pv /var/{opt,cache,lib/{misc,locale},local}

this error becomes obvious towards the end of the glibc configuration page.

Thanks,

Joseph

Change History (2)

comment:1 by chris@…, 11 years ago

Resolution: invalid
Status: newclosed

"locate" is correct. Glibc doesn't install anything in /var/lib/locale - /var/lib/locate is for Findutils. If you are having issues with Glibc, please post a message on the support list.

comment:2 by joseph, 11 years ago

Thank you. I was having issues with the locales creation step, the directories didn't exist. This looked like a simple typo to me. My apologies. I have backed up and will post on the support list if/when the error comes back up.

Note: See TracTickets for help on using tickets.