2002-08-13 07:35:19 +08:00
|
|
|
<sect2>
|
2003-09-23 00:23:23 +08:00
|
|
|
<title>Installation of <application><acronym>FAM</acronym></application></title>
|
2002-08-13 07:35:19 +08:00
|
|
|
|
2003-09-23 00:23:23 +08:00
|
|
|
<para>Download the <application><acronym>FAM</acronym></application> patches
|
2003-09-14 05:30:13 +08:00
|
|
|
from <ulink url="&hfile-root;"/>.</para>
|
2003-04-13 12:16:54 +08:00
|
|
|
|
2003-09-23 00:23:23 +08:00
|
|
|
<para>Install <application><acronym>FAM</acronym></application> by running the
|
2003-09-14 05:30:13 +08:00
|
|
|
following commands:</para>
|
2002-08-13 07:35:19 +08:00
|
|
|
|
|
|
|
<note><para>You will get warnings about make install being unable to
|
2003-09-14 05:30:13 +08:00
|
|
|
merge entries in <filename>/etc/rpc</filename>. These can be ignored, along
|
2003-09-23 05:09:58 +08:00
|
|
|
with any <acronym>IMON</acronym> or <filename>inetd.conf</filename> warnings,
|
2003-09-14 05:30:13 +08:00
|
|
|
as we will be configuring these files after installation.</para></note>
|
2002-08-13 07:35:19 +08:00
|
|
|
|
|
|
|
|
2003-09-14 05:30:13 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../fam-dnotify.patch &&
|
2003-04-24 10:26:41 +08:00
|
|
|
patch -Np1 -i ../fam-gcc3.patch &&
|
2003-08-23 11:18:02 +08:00
|
|
|
libtoolize --force &&
|
|
|
|
aclocal &&
|
|
|
|
automake --add-missing &&
|
|
|
|
autoconf &&
|
2002-09-08 11:18:51 +08:00
|
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
2003-09-14 05:30:13 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-08-13 07:35:19 +08:00
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|