[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Make-Problem
From: |
Frantisek Hrbata |
Subject: |
Re: [Dazuko-help] Make-Problem |
Date: |
Tue, 24 Nov 2009 08:16:50 +0100 |
On Mon, 23 Nov 2009 19:35:31 +0100
Thomas Wilhelmi <address@hidden> wrote:
> Hello,
>
> I just upgraded my Suse from 11.1 to 11.2 wich uses kernel
> 2.6.31.5-0.1-default. I installed the source to the default
> directories and get the following error when I try to make
> dazuko-3.1.2:
>
> twisrv:~/dazukofs-3.1.2 # make
> make -C /lib/modules/`uname -r`/build SUBDIRS="`pwd`" modules
> make: *** /lib/modules/2.6.31.5-0.1-default/build: No such file or
> directory. Stop. make: *** [dazukofs_modules] Error 2
>
>
> Can I get a hint what is missing?
>
> Thanks and regards
> Willi
Hi,
it looks like the build directory does not exists.
ls -al lib/modules/`uname -r`/build
The build directory should be a symlink to the kernel sources
e.g. /usr/src/2.6.31.5-0.1-default or something like that.
I am not very familiar with SUSE, but I guess you need to have
kernel-source and kernel-syms packages installed for the actual
running kernel. If you have done it, try to create the symlink by
yourself.
-FH