glfs/general/genlib/libfam/libfam-inst.xml
Billy O 'Connor 9a88a3b90a <screen> formatting fixes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@644 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-01 16:37:39 +00:00

21 lines
585 B
XML

<sect2>
<title>Installation of libfam</title>
<para>Install libfam by running the following commands:</para>
<note><para>You will get warnings about make install being unable to
merge entries in /etc/rpc. These can be ignored, along with any IMON
or inetd.conf warnings, as we will be configuring these files after
installation.</para></note>
<para><screen><userinput>patch -Np1 -i ../dnotify.patch &amp;&amp;
patch -Np1 -i ../libfam-gcc3.patch &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>