Dazuko 2.3.6 released

John Ogness <[email protected]> Wed, 25 Feb 2009 22:35:39 +0100
Newsgroups gmane.linux.dazuko.devel
Message-ID <[email protected]>
Hi,

nearly 2 weeks ago, Frantisek Hrbata posted a patch against 2.3.6-pre2
to allow Dazuko to work with the latest RedirFS version 0.6. I decided
to integrate the patch and release version 2.3.6 of Dazuko.

This means that Dazuko 2.x could be used with the most recent kernels
by first installing RedirFS. The build and installation procedure is
actually pretty simple:

$ wget http://www.redirfs.org/packages/redirfs-0.6.tar.gz
$ tar xzf redirfs-0.6.tar.gz
$ cd redirfs-0.6
$ make -C /lib/modules/`uname -r`/build M=`pwd` modules
$ sudo make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
$ cd ..
$ wget http://dazuko.dnsalias.org/files/dazuko-2.3.6.tar.gz
$ tar xzf dazuko-2.3.6.tar.gz
$ cd dazuko-2.3.6
$ ./configure --redirfsdir=`pwd`/../redirfs-0.6
$ make
$ sudo make install

That's it.

John Ogness

-- 
Dazuko Maintainer