|
@@ -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">
|