[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Fail in compile dazuko2.0.4-pre3
From: |
John Ogness |
Subject: |
Re: [Dazuko-help] Fail in compile dazuko2.0.4-pre3 |
Date: |
Tue, 19 Oct 2004 21:19:11 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040808 |
fred wu wrote:
As mentioned in your email, here is a copy of the
security.h. Plase have a look!
Hi,
The security.h file that you sent is from Linux 2.6.5 but your kernel
directory was /lib/modules/2.6.3-1Thizcustom/build. What does:
/lib/modules/2.6.3-1Thizcustom/build/include/linux/version.h
look like? It is important that your kernel code reports that it is
2.6.5 (and *not* 2.6.3). Otherwise Dazuko will build using 2.6.3 LSM
function prototypes.
LINUX_VERSION_CODE should be 132613 (for 2.6.5)
$ expr $((2 * 65536)) + $((6 * 256)) + 5
132613
The LSM function prototypes have changed in nearly every version of
Linux 2.6. This means that it is critical that Dazuko knows which
version of LSM to use.
John Ogness
--
Dazuko Maintainer