8 May 2008 17:12
Download and compile the code
Hi everybody, i'm new to netsukuku but i'm very stunned by its features; so i've just subscribed the mailing list to better understand how it works. I downloaded stable source code but i wasn't be able to compile it, for a sequence of problems: 1) inclusion of asm/bitops.h - As pointed out in ( http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/RELEASE-NOTES-en_US.html#id323532 ), bitops.h no more is included in kernel header files (we should use compiler functions instead ). Anyway Netsukuku code doesn't use bitops.h functions (does it?) so i've just commented out this include and gone to next steps. 2) NetFilter LibConnTrack file renaming - In src/libiptc/ipt_conntrack.h and src/mark.h are included <linux/netfilter_ipv4/ip_conntrack.h> <linux/netfilter_ipv4/ip_conntrack_tuple.h> but these files don't exist in libnetfilter_conntrack nor in linux netfilter directory. i tried some include changes, for example <linux/netfilter_ipv4/ip_conntrack.h> -> <linux/netfilter_ipv4/ipt_conntrack.h> but got other problems... So, i checked out svn version hoping to be luckier: svn co http://dev.hinezumi.org/svnroot/netsukuku/trunk netsukuku(Continue reading)
RSS Feed