From 4eee9ccd08265e8c4b74bbdaef8f3c0237e82e9c Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Wed, 21 Jul 2021 20:02:02 -0500 Subject: Ensure that glibc installs ldconfig and sln to /usr/sbin. --- chapter08/glibc.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter08') diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 9a3c45a04..e39efd95f 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -65,6 +65,12 @@ mkdir -v build cd build + Ensure that the ldconfig and sln + utilites are installed into + /usr/sbin: + +echo "rootsbindir=/usr/sbin" > configparms + Prepare Glibc for compilation: ../configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf