Horms a écrit :
> On Wed, Apr 18, 2001 at 11:20:52AM +0200, St?phane Barbaroux wrote:
> > Hi,
> >
> > I want to install The IPVS Netfilter module (Version 0.2.9.)
> >
> > I have: "Linux version 2.4.2 (gcc version egcs-2.91.66 19990314/Linux
> > (egcs-1.1.2 release)) #4 SMP mar avr 17 17:44:48 CEST 2001
> > (/proc/version)
> >
> > I do:
> >
> > cd /usr/src/linux
> > cat <path-name>/linux_kernel_ksyms_c.diff | patch -p1
> > Then, rebuild a Linux kernel with Netfilter support.
> >
> > But when I build the module with "make" I have this error:
> >
> > ip_vs_conn.c: In function `ip_vs_bypass_xmit':
> > ip_vs_conn.c:662: structure has no member named `nfmark'
> > ip_vs_conn.c: In function `ip_vs_nat_xmit':
> > ip_vs_conn.c:851: structure has no member named `nfmark'
> > ip_vs_conn.c: In function `ip_vs_tunnel_xmit':
> > ip_vs_conn.c:989: structure has no member named `nfmark'
> > ip_vs_conn.c: In function `ip_vs_dr_xmit':
> > ip_vs_conn.c:1051: structure has no member named `nfmark'
> >
> > what's happen and what can i do?
>
> Do you have Netfilter support enabled in your kernel configuration?
>
Thanks I forget to select Netfilter.
Now "make" pass and "make -C ipvsadm" pass also
But when I do make install , I have:
ip_vs.o: unresolved symbol nf_unregister_hook
ip_vs.o: unresolved symbol nf_unregister_sockopt
ip_vs.o: unresolved symbol nf_register_hook
ip_vs.o: unresolved symbol nf_register_sockopt
I have upgrade my modutils , I have now modutils-2.4.5 the last version
what can I do now?
Stephane
>
> --
> Horms
> horms@xxxxxxxxxxxx
> http://vergenet.net/~horms/
>
> _______________________________________________
> LinuxVirtualServer.org mailing list - lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Send requests to lvs-users-request@xxxxxxxxxxxxxxxxxxxxxx
> or go to http://www.in-addr.de/mailman/listinfo/lvs-users
|