Author: bdubbs
Date: Fri Jan 25 09:56:26 2013
New Revision: 10107
Log:
Revise procps-ng install instructions to place files in the proper locations
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/procps.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Thu Jan 24 16:01:04 2013 (r10106)
+++ trunk/BOOK/chapter01/changelog.xml Fri Jan 25 09:56:26 2013 (r10107)
@@ -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>
Modified: trunk/BOOK/chapter06/procps.xml
==============================================================================
--- trunk/BOOK/chapter06/procps.xml Thu Jan 24 16:01:04 2013 (r10106)
+++ trunk/BOOK/chapter06/procps.xml Fri Jan 25 09:56:26 2013 (r10107)
@@ -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 @@
<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">
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Jan 24 16:01:04 2013 (r10106)
+++ trunk/BOOK/general.ent Fri Jan 25 09:56:26 2013 (r10107)
@@ -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
– -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page