It is the first time I try to make a realserver with a 2.6 kernel. Trying to
compile noarp module against that kernel gives us this error :
[root@lxnet4 noarp-2.0.1]# make
make all-recursive
make[1]: Entering directory `/home/dan/noarp-2.0.1'
Making all in module
make[2]: Entering directory `/home/dan/noarp-2.0.1/module'
if test "x" = "x" ;\
then \
mv Makefile Makefile.auto ; \
mv Makefile.module Makefile ; \
make -C /home/dan/noarp-2.0.1/kbuild SUBDIRS=/home/dan/noarp-2.0.1/module
modules ; \
RC=$? ; \
mv Makefile Makefile.module ; \
mv Makefile.auto Makefile ; \
exit $RC ; \
fi
make[3]: Entering directory `/usr/src/linux-2.6.9'
CC [M] /home/dan/noarp-2.0.1/module/noarp.o
/home/dan/noarp-2.0.1/module/noarp.c: In function `noarp_infilter':
/home/dan/noarp-2.0.1/module/noarp.c:115: union has no member named
`ethernet'
make[4]: *** [/home/dan/noarp-2.0.1/module/noarp.o] Error 1
make[3]: *** [_module_/home/dan/noarp-2.0.1/module] Error 2
make[3]: Leaving directory `/usr/src/linux-2.6.9'
make[2]: *** [noarp.ko] Error 2
make[2]: Leaving directory `/home/dan/noarp-2.0.1/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dan/noarp-2.0.1'
make: *** [all] Error 2
Any help appreciated.
François.
Décharge / Disclaimer
Ce message et toutes les pièces jointes (ci-après le "message") sont
confidentiels et établis à l'intention exclusive des destinataires. Toute
utilisation ou diffusion non autorisée est interdite. Tout message électronique
étant susceptible d'altération, 123Multimédia et ses filiales déclinent toute
responsabilité au titre de ce message s'il a été altéré, déformé ou falsifié.
This message and any attachments (the "message") are confidential and intended
solely for the addressees. Any unauthorised use or dissemination is prohibited.
E-mails are susceptible to alteration. Therefore neither 123Multimédia nor any
of its subsidiaries or affiliates shall be liable for the message if altered,
changed or falsified.
|