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 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/procps.xml | 16 ++++++++++++---- general.ent | 4 ++-- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4cc5e69a7..cbfb8dd0e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ --> + + 2013-01-25 + + + [bdubbs] - Revise procps-ng install instructions + to place files in the proper locations. + + + + 2013-01-24 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 + diff --git a/general.ent b/general.ent index a79a43dd2..321d26a24 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + -- cgit v1.2.3-54-g00ecf