On Tue, 15 Dec 2009 16:52:01 +0100
Nil Nik <[email protected]> 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


_______________________________________________
Dazuko-help mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/dazuko-help

Reply via email to