lfs/chapter06/modutils-inst.xml
Gerard Beekmans b3d024fd0c Added note that modutils-2.4.6 does not work properly with 2.2.x kernels
and suggest downgrading to 2.4.5


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2001-05-13 03:51:23 +00:00

22 lines
522 B
XML

<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>