[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dazuko-devel] Dazuko 2.3.6 released
From: |
John Ogness |
Subject: |
[Dazuko-devel] Dazuko 2.3.6 released |
Date: |
Wed, 25 Feb 2009 22:35:39 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Dazuko-devel] Dazuko 2.3.6 released,
John Ogness <=