glfs/general/genlib/libfam/libfam-inst.xml
Tushar Teredesai 0108c1d6bf updated libfam instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@985 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-23 03:18:02 +00:00

27 lines
777 B
XML

<sect2>
<title>Installation of fam</title>
<para>Download the fam patches from <ulink url="&hfile-root;"/>.</para>
<para>Install fam 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 IMON
or inetd.conf warnings, as we will be configuring these files after
installation.</para></note>
<para><screen><userinput>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</userinput></screen></para>
</sect2>