From 79dc83f9015cb05e603790c8d2b68ec1e654d3a7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 25 Jan 2013 17:56:26 +0000 Subject: Revise procps-ng install instructions to place files in the proper locations git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/procps.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'chapter06/procps.xml') diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 21da935db..8e874960f 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -42,10 +42,12 @@ Now prepare procps-ng for compilation: -./configure --prefix= \ - --mandir=/usr/share/man \ - --docdir=/usr/share/doc/$PROGRAM \ - --disable-skill \ +./configure --prefix=/usr \ + --exec-prefix= \ + --libdir=/usr/lib \ + --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ + --disable-static \ + --disable-skill \ --disable-kill @@ -87,6 +89,12 @@ popd make install +Finally move the library to a location that can be found if +/usr is not mounted. + +mv -v /usr/lib/libprocps.so.* /lib +ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so + -- cgit v1.2.3-54-g00ecf