PacktPublishing / Mastering-Embedded-Linux-Programming-Third-Edition

Mastering Embedded Linux Programming Third Edition, published by Packt
MIT License
532 stars 151 forks source link

What should be in the root filesystem? command line errors #72

Open Xylopyrographer opened 6 months ago

Xylopyrographer commented 6 months ago

Hi. Referencing MELP, 3rd ed, Chapter 5, What should be in the root filesystem?, page 133

The bottom part of the page shows a sequence of commands to copy the *.so* files into the ~/rootfs/bin directory. The commands as given are in error as they copy the target file to a file called ~/rootfs/lib instead of creating a copy of the file in the intended directory.

Had to:

Please note as well issue #71 also related to Chapter 5.

Thanks.

vidhishapackt commented 4 months ago

@fvasquez can you help with this ?

fvasquez commented 4 months ago

@vidhishapackt I have already been in contact with the reader regarding this and various other issues they reported. This issue is closely related to issue #70 which I've already addressed. I will respond when I have the specific steps to add to the errata to remedy this issue.