diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6c0cd043d..0a8d4952d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,18 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2020-07-07 + + + [pierre] - Make libelf install in /lib, since it may be + needed by iproute2 before /usr is mounted (report by + + Roger). + + + + 2020-07-06 diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index 2ecf7fc58..bda3414cb 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -46,7 +46,7 @@ Prepare Libelf for compilation: -./configure --prefix=/usr --disable-debuginfod +./configure --prefix=/usr --disable-debuginfod --libdir=/lib Compile the package: @@ -62,7 +62,7 @@ make -C libelf install install -vm644 config/libelf.pc /usr/lib/pkgconfig -rm /usr/lib/libelf.a +rm /lib/libelf.a diff --git a/general.ent b/general.ent index 362f9de7b..7977ce220 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - +