aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-25 17:56:26 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-01-25 17:56:26 +0000
commit79dc83f9015cb05e603790c8d2b68ec1e654d3a7 (patch)
tree37649d0a360f82df5cb6b49c127b33a20c78567e
parentecbc2ff441fa20cf9b1a3a46b3c88720a92300a1 (diff)
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
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/procps.xml16
-rw-r--r--general.ent4
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
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2013-01-25</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Revise procps-ng install instructions
+ to place files in the proper locations.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-01-24</para>
<itemizedlist>
<listitem>
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 @@
<para>Now prepare procps-ng for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix= \
- --mandir=/usr/share/man \
- --docdir=/usr/share/doc/$PROGRAM \
- --disable-skill \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --exec-prefix= \
+ --libdir=/usr/lib \
+ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
+ --disable-static \
+ --disable-skill \
--disable-kill</userinput></screen>
<variablelist>
@@ -87,6 +89,12 @@ popd</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
+<para>Finally move the library to a location that can be found if
+<filename class="directory">/usr</filename> is not mounted.</para>
+
+<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
+ln -sfv ../../lib/libprocps.so.1.0.0 /usr/lib/libprocps.so</userinput></screen>
+
</sect2>
<sect2 id="contents-procps" role="content">
diff --git a/general.ent b/general.ent
index a79a43dd2..321d26a24 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130124">
-<!ENTITY releasedate "January 24, 2013">
+<!ENTITY version "SVN-20130125">
+<!ENTITY releasedate "January 25, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->