Il giorno 03/gen/2012, alle ore 22:42, Łukasz Czuja ha scritto: > > W dniu 02.01.2012 17:31, Roberto De Ioris pisze: >>> Hi! >>> >>> First of all congratulations for arriving at 1.0! I'm following the >>> progress you're doing with this project and I must say I'm very >>> impressed - not only by the endless amount of options but especially by >>> the overall functionality& very slick hacking, gluing together various >>> solutions/standards - simply amazing. >>> >>> OK, so I've seen the release today morning& tried compiling it, this is >>> what I got: >> >> I did not manage to reproduce your problem in none of my centos system. >> >> I have found reference of this problem in other projects. It looks like >> your kernel-headers.x86_64 is not up-to-date >> > Well, I've googled it too and I've seen the flag you've submitted as a > possible solution. > > With: > > CFLAGS="-DOBSOLETE_LINUX_KERNEL" make > > I get:
After a bit of investigation, i come to the conclusion that including netlink by default in linux is a risk. It is currently only used by commercial plugins we developed for our customers, so i do not see reasons to create problems to users of older linux distros. In 1.0.2 (out soon) the netlink code will not be compiled in by default. To include it you have to simply add lib/netlink in the "extra" option of the build profile. -- Roberto De Ioris http://unbit.it JID: [email protected] _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
