On Fri, 2007-09-14 at 23:21 -0800, kosol student.psu.ac.th wrote:
> >Now i can use LVS with tunneling.
> >My kernel  is 2.6.15
> >I want to use feedbackd (master and agent) in my LVS-cluster.
> >I download feedbacks-master 0.4 on director and i extact it and use command
> >$./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> >It fail : cound not found net/ip_vs.h in your kernel source
> >That's mean i must to recompile kernel, isn't it?
>  
> >On another way, how can i use feedbackd in kernel 2.6.15 without recompile 
> >kernel

All you need is the right kernel source tree (or includes from it),
containing net/ip_vs.h, and then point the configure command at it:

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--with-linux-dir=/usr/src/kernels/2.6.22.2-42.fc6-i686/include

(that would work on my FC6 system)

Graeme


_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to