mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-03 01:55:46 +01:00
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
This commit is contained in:
parent
ecbc2ff441
commit
79dc83f901
@ -35,6 +35,16 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2013-01-24</para>
|
<para>2013-01-24</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -42,10 +42,12 @@
|
|||||||
|
|
||||||
<para>Now prepare procps-ng for compilation:</para>
|
<para>Now prepare procps-ng for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix= \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
--exec-prefix= \
|
||||||
--docdir=/usr/share/doc/$PROGRAM \
|
--libdir=/usr/lib \
|
||||||
--disable-skill \
|
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
|
||||||
|
--disable-static \
|
||||||
|
--disable-skill \
|
||||||
--disable-kill</userinput></screen>
|
--disable-kill</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
@ -87,6 +89,12 @@ popd</userinput></screen>
|
|||||||
|
|
||||||
<screen><userinput remap="install">make install</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>
|
||||||
|
|
||||||
<sect2 id="contents-procps" role="content">
|
<sect2 id="contents-procps" role="content">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20130124">
|
<!ENTITY version "SVN-20130125">
|
||||||
<!ENTITY releasedate "January 24, 2013">
|
<!ENTITY releasedate "January 25, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user