mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
04a28bc11c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1163 af4574ff-66df-0310-9fd7-8a98e5e911e0
29 lines
963 B
XML
29 lines
963 B
XML
<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 &&
|
|
patch -Np1 -i ../fam-gcc3.patch &&
|
|
libtoolize --force &&
|
|
aclocal &&
|
|
automake --add-missing &&
|
|
autoconf &&
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
</sect2>
|
|
|