dazuko mit redirfs ohne Kerneländerungen
hallo jetzt hat Dazuko-help folgendes mitgeteilt: On 2009-03-15, Erik P. Olsen <epodata@gmail.com> wrote:
When compiling dazuko-2.3.6 I get the following errors:
[root@epohost dazuko-2.3.6]# make make -C /lib/modules/2.6.27.19-170.2.35.fc10.i686/build SUBDIRS="/downloads/Dazuko/dazuko-2.3.6" modules [...]
In order to use Dazuko 2.3.6 with your kernel (2.6.27), you need to configure it to work with RedirFS. A very quick HOWTO was posted to the dazuko-devel mailing list: http://lists.gnu.org/archive/html/dazuko-devel/2009-02/msg00026.html John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list Dazuko-help@nongnu.org http://lists.nongnu.org/mailman/listinfo/dazuko-help ######################### here: (gekürzt) http://lists.gnu.org/archive/html/dazuko-devel/2009-02/msg00026.html dazuko-devel [Top][All Lists] Advanced [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 ############################# Für alle, die es interessiert: dazuko-2.3.7 steht zum Download bereit. Als ich dazuko installieren wollte, bekam ich Fehlermeldungen. Auf Rückfrage hat mir Frantisek Hrbata (Dazuko-help) noch folgendes mitgeteilt: (gekürzt) redirfs + dazuko rundown: 1) download and install the latest redirfs 0.6 - you can use the following INSTALL file http://www.redirfs.org/svn/redirfs/tags/redirfs-0.6/src/redirfs/INSTALL 2) download dazuko-2.3.7 - http://dazuko.dnsalias.org/files/dazuko-2.3.7.tar.gz 3) unpack the dazuko-2.3.7 package 4) copy the Module.symvers file from the redirfs source directory into the dazuko-2.3.7 source directory 5) configure dazuko $ ./configure --enable-redirfs --redirfsdir=<full path to the redirfs source directory> 6) compile a load dazuko module $ make # insmod dazuko.ko -FH (Ende) Mit diesen Informationen konnte ich dazuko problemlos installieren. Grüße Arno -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
participants (1)
-
Arno Jung