mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
1b5321edd3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@91 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
504 B
XML
21 lines
504 B
XML
<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
|
|
merge entries in /etc/rpc. 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>./configure --prefix=/usr &&
|
|
make &&</userinput>
|
|
<userinput>make install</userinput>
|
|
</screen>
|
|
</para>
|
|
|
|
|
|
</sect2>
|
|
|