glfs/general/genlib/libfam/libfam-inst.xml
Larry Lawrence cc44193b3d update to fam-2.6.10
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1309 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-05 02:52:11 +00:00

25 lines
809 B
XML

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