2002-08-13 07:35:19 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of libfam</title>
|
|
|
|
|
|
|
|
<para>Install libfam by running the following commands:</para>
|
|
|
|
|
|
|
|
<note><para>You will get warnings about make install being unable to
|
2003-04-10 06:30:49 +08:00
|
|
|
merge entries in <filename>/etc/rpc</filename>. These can be ignored, along with any IMON
|
2002-08-13 07:35:19 +08:00
|
|
|
or inetd.conf warnings, as we will be configuring these files after
|
|
|
|
installation.</para></note>
|
|
|
|
|
|
|
|
|
2003-02-02 00:37:39 +08:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../dnotify.patch &&
|
2002-09-08 11:18:51 +08:00
|
|
|
patch -Np1 -i ../libfam-gcc3.patch &&
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
2002-08-13 07:35:19 +08:00
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|