The error message you're seeing appears to be due to a missing .config file
in your kernel source tree. The Makefile is looking for the .config and the
German translates to 'file or directory not found'. You might be able to
get your running kernel's config out of /proc/config[.gz] but ideally it's
probably best to install the linux-image package so it matches your running
kernel and includes all the patches too. I hope that helps point you in the
right direction.

Regards,
Jon Hannah


> Subject: Re: [Honeywall] Honeywall Digest, Vol 59, Issue 1
>  I can't read German, or whatever language those error messages are in,
> but I wouldn't be surprised if your kernel version is still too new.  It
> could also still be a compatibility issue with gcc.  Did you look into what
> kernel and gcc was available in Ubuntu 7.10?  That's the last Linux distro
> it was compatible with.
>
> Brett D. Ussher
>
> "Be who you are and say what you feel, because those who mind don't matter 
> and those who matter don't mind."
> - Dr. Seuss
>
>
> On 07/11/2012 10:00 AM, honeywall-requ...@public.honeynet.org wrote:
>
> Send Honeywall mailing list submissions to
>       honeywall@public.honeynet.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://public.honeynet.org/mailman/listinfo/honeywall
> or, via email, send a message with subject or body 'help' to
>       honeywall-requ...@public.honeynet.org
>
> You can reach the person managing the list at
>       honeywall-ow...@public.honeynet.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Honeywall digest..."
>
>
> Today's Topics:
>
>    1. problems with compiling the sebek client (Daniel Weyel)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 10 Jul 2012 19:14:45 +0200
> From: "Daniel Weyel" <daniel.we...@unibw.de> <daniel.we...@unibw.de>
> Subject: [Honeywall] problems with compiling the sebek client
> To: honeywall@public.honeynet.org
> Message-ID: <edef0d3d0ff093940a41e702afbb056e.squir...@mail.unibw.de> 
> <edef0d3d0ff093940a41e702afbb056e.squir...@mail.unibw.de>
> Content-Type: text/plain;charset=iso-8859-1
>
> Hi,
>
> I'm writing my master thesis and for this I have to install a system with
> a sebek client. I have some problems with compiling the sebek client.
> After executing the ./configure command with the --with-kernel-dir option,
> I tried to execute the make command and got some errors. The first lines
> of the output are:
>
> cp /home/jack/Downloads/linux-2.6.11.12/net/packet/af_packet.c ./src
> patch  ./src/af_packet.c ./src/af_packet.diff
> patching file ./src/af_packet.c
> Hunk #5 succeeded at 1919 (offset 1 line).
> ./gen_fudge.pl > ./src/fudge.h
> cp ./sbk_install.sh ./src
> cp ./parameters.sh  ./src
> cd ./src; make -C /home/jack/Downloads/linux-2.6.11.12
> SUBDIRS=/home/jack/Sebek/src modules
> make[1]: Entering directory `/home/jack/Downloads/linux-2.6.11.12'
> Makefile:486: .config: Datei oder Verzeichnis nicht gefunden
>   CC [M]  /home/jack/Sebek/src/sebek.o
> In file included from include/linux/init.h:4,
>                  from /home/jack/Sebek/src/sebek.c:20:
> include/linux/config.h:4:28: error: linux/autoconf.h: Datei oder
> Verzeichnis nicht gefunden
> In file included from include/linux/module.h:10,
> [...]
>
>
> I'm using the Debian 6.05 distribution and my kernel version is 2.6.32-5.
> I tried the gcc compiler in Version 3.3 and 4.4.
>
> Thank you for your help.
>
>
_______________________________________________
Honeywall mailing list
Honeywall@public.honeynet.org
https://public.honeynet.org/mailman/listinfo/honeywall

Reply via email to