Mailing List Archive

Newbie Question...
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 >
Re: Newbie Question... [ In reply to ]
On Thu, Dec 14, 2000 at 03:12:04PM +0100, Merlin Webtechnik wrote:
> 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.

You need to compule ipvsadm on a machine whose kernel (headers)
have been patched with ipvs.

>
> 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 >
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@LinuxVirtualServer.org
> Send requests to lvs-users-request@LinuxVirtualServer.org
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users

--
Horms