aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/modutils-inst.xml
blob: af482dedb1adf946ee8d3a68ee510657ed93bad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<sect2>
<title>Installation of Modutils</title>

<para>
The 2.4.6 version of modutils does not seem to work properly with the
2.2.x kernels. If you are running a 2.2.x kernel we suggest you
downgrade to modutils 2.4.5 which seems to be working better.
</para>

<para>
Install Modutils by running the following commands:
</para>

<blockquote><literallayout>
	<userinput>./configure &amp;&amp;</userinput>
	<userinput>make &amp;&amp;</userinput>
	<userinput>make install</userinput>
</literallayout></blockquote>

</sect2>