glfs/general/genlib/libfam/libfam-inst.xml

29 lines
963 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application><acronym>FAM</acronym></application></title>
<para>Download the <application><acronym>FAM</acronym></application> patches
from <ulink url="&hfile-root;"/>.</para>
<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 <abbrev>imon</abbrev> or <filename>inetd.conf</filename> warnings,
as we will be configuring these files after installation.</para></note>
<screen><userinput><command>patch -Np1 -i ../fam-dnotify.patch &amp;&amp;
patch -Np1 -i ../fam-gcc3.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>