LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: ipvsadm problem

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: ipvsadm problem
From: "Fisher, Jon" <JFisher@xxxxxxxxxxxx>
Date: 26 Jun 2001 10:50:23 -0400
hello to all. and thank you in advance for anyone who can point me in the right 
direction


having problems compiling ipvsadm. 

kernel 2.2.19 #2 SMP 
used ipvs-1.0.8-2.2.19 to patch kernel source ( ipvs-1.0.8-2.2.19.patch
)
then
make menuconfig
and activated netfilter and ipvs options... then
make bzImage
make modules
make modules install
rebooted

once online
cd ~/ipvs-1.0.8-2.2.19/ipvsadm 
make

but i got the following error;

[root@houdini ipvsadm]# make
gcc -Wall -Wunused -Wstrict-prototypes -g -O2 -I/usr/src/linux/include
-DVERSION=\"1.15\" -DHAVE_POPT -c ipvsadm.c
ipvsadm.c: In function `parse_options':
ipvsadm.c:432: structure has no member named `vfwmark'
ipvsadm.c:447: structure has no member named `vfwmark'
ipvsadm.c:459: structure has no member named `vfwmark'
ipvsadm.c:460: structure has no member named `vfwmark'
ipvsadm.c: In function `process_options':
ipvsadm.c:834: structure has no member named `vfwmark'
ipvsadm.c:871: structure has no member named `vfwmark'
ipvsadm.c: In function `version':
ipvsadm.c:1157: warning: implicit declaration of function `NVERSION'
ipvsadm.c:1157: warning: too few arguments for format
make: *** [ipvsadm.o] Error 1

any ideas?

thanks for your help

jon fisher




<Prev in Thread] Current Thread [Next in Thread>
  • Re: ipvsadm problem, Fisher, Jon <=