2003-01-15 19:49:29 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Make</title>
|
|
|
|
|
2003-01-15 19:49:29 +00:00
|
|
|
<para>Prepare Make to be compiled:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>And finish off installing the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
|
2003-01-19 15:36:47 +00:00
|
|
|
<para>By default, <filename>/usr/bin/make</filename> is installed setgid
|
2003-01-15 19:49:29 +00:00
|
|
|
kmem. This is needed on some systems so it can check the load average by
|
|
|
|
using <filename>/dev/kmem</filename>. However, on Linux systems, setgid
|
|
|
|
kmem is not needed, so we remove this from our <filename>make</filename>
|
2003-01-19 15:36:47 +00:00
|
|
|
binary. This also fixes problems with <filename>make</filename>
|
2003-01-15 19:49:29 +00:00
|
|
|
ignoring certain variables like <emphasis>LD_LIBRARY_PATH</emphasis>.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-15 19:49:29 +00:00
|
|
|
<para><screen><userinput>chgrp root /usr/bin/make &&
|
2002-02-27 14:49:28 +00:00
|
|
|
chmod 755 /usr/bin/make</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|