[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Dazuko for SuSE Linux Enterprise Server 11.
From: |
Frantisek Hrbata |
Subject: |
Re: [Dazuko-help] Dazuko for SuSE Linux Enterprise Server 11. |
Date: |
Tue, 15 Dec 2009 17:07:37 +0100 |
On Tue, 15 Dec 2009 16:52:01 +0100
Nil Nik <address@hidden> wrote:
<snip>
>
> Please suggest me the right way..
>
Hi,
the LSM API is not exported in 2.6.27 so it cannot be used by dazuko.
One way how to make dazuko work is to compile it as a redirfs filter.
Here is a simple howto. This problem was already discussed here, but I
will post it again.
1) make sure you have installed the kernel-source and kernel-syms
package
2) download and install the latest redirfs 0.8
- you can use the following INSTALL file
http://www.redirfs.org/svn/redirfs/tags/redirfs-0.8/src/redirfs/INSTALL
3) download dazuko-2.3.7
- http://dazuko.dnsalias.org/files/dazuko-2.3.7.tar.gz
4) unpack the dazuko-2.3.7 package
5) copy the Module.symvers file from the redirfs source directory into
the dazuko-2.3.7 source directory
6) configure dazuko
$ ./configure --enable-redirfs --redirfsdir=<full path to the redirfs source
directory>
7) compile a load dazuko module
$ make
# insmod dazuko.ko
-FH