mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
f73785e26d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@846 af4574ff-66df-0310-9fd7-8a98e5e911e0
23 lines
689 B
XML
23 lines
689 B
XML
<sect2>
|
|
<title>Installation of libfam</title>
|
|
|
|
<para>Download the libfam patches from <ulink url="&hfile-root;"/>.</para>
|
|
|
|
<para>Install libfam 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 ../libfam-dnotify.patch &&
|
|
patch -Np1 -i ../libfam-gcc3.patch &&
|
|
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|