Hallo!
i want to install 'ipvs-1.0.0-2.2.17', but i'll get only an 'error 1'
after 'make'.
i have allreade patched the kernel und rebooted, but now i can't compile
the ipvsadm.
at the end of this posting i will send the output from 'make'.
hope someone can tell me what i have to do...
in the README file i dont have found anything about that.
thanks
andreas plachy
root@lvs_test:~/ipvs-1.0.0-2.2.17/ipvsadm > make
gcc -Wall -Wunused -g -O2 -I/usr/src/linux/include -c ipvsadm.c
ipvsadm.c: In function `parse_options':
ipvsadm.c:750: `IP_MASQ_F_VS_TUNNEL' undeclared (first use in this
function)
ipvsadm.c:750: (Each undeclared identifier is reported only once
ipvsadm.c:750: for each function it appears in.)
ipvsadm.c:756: `IP_MASQ_F_VS_DROUTE' undeclared (first use in this
function)
ipvsadm.c: In function `process_options':
ipvsadm.c:799: `IP_MASQ_F_VS_DROUTE' undeclared (first use in this
function)
ipvsadm.c:854: `IP_MASQ_F_VS_TUNNEL' undeclared (first use in this
function)
make: *** [ipvsadm.o] Error 1
root@lvs_test:~/ipvs-1.0.0-2.2.17/ipvsadm >
|