Re: How can I build a 2.4 kernel on a 2.6 System

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Willy Tarreau
Date: Friday, October 24, 2008 - 1:29 pm

Hi,

On Fri, Oct 24, 2008 at 02:16:40PM +0200, j.d.-linux-kernel@arcor.de wrote:

Not sure what you really mean. If you mean build 2.4 modules for 2.4 on
a machine running 2.6, that's OK as there's no dependency between the
running kernel and the one you're building. However, you should be
careful about two things :
  - gcc: it tends to be too recent for 2.4. gcc 4.1 is the highest version
    supported.
  - modutils: most recent distros only ship module-init-tools without the
    old depmod. If you intend to "make modules_install INSTALL_MOD_PATH=..."
    then get prepared to see some errors from depmod at the end. The easiest
    solution consists in getting a depmod from an old machine an installing
    it in /tmp for instance.

Hoping this helps,
Willy

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How can I build a 2.4 kernel on a 2.6 System, j.d.-linux-kernel, (Fri Oct 24, 5:16 am)
Re: How can I build a 2.4 kernel on a 2.6 System, Willy Tarreau, (Fri Oct 24, 1:29 pm)