저는 Ubuntu를 처음 접했고 dummynet을 설치하려고 합니다. 하지만 Ubuntu에 대한 튜토리얼을 찾을 수 없습니다. 이 튜토리얼을 따라해 보았습니다.http://goo.gl/ZzKrpk하지만 커널 경로를 생성하는 동안 오류가 발생했습니다.
$ make KERNELPATH=/usr/src/kernels/3.11.0-18-generic
echo target is all
target is all
(cd ipfw && make all )
make[1]: Entering directory `/home/pamlens/ipfw3-20120119/ipfw'
Makefile:16: Building userland ipfw for Linux
cc -O1 -Wall -include ../glue.h -I ./include_e -I ./include -D__BSD_VISIBLE -Werror -I/usr/include -DNO_ALTQ -c -o ipfw2.o ipfw2.c
ipfw2.c: In function ‘show_ipfw’:
ipfw2.c:976:18: error: variable ‘altqptr’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [ipfw2.o] Error 1
make[1]: Leaving directory `/home/pamlens/ipfw3-20120119/ipfw'
make: *** [all] Error 2