LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: [lvs-users] feedbackd without compile kernel

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [lvs-users] feedbackd without compile kernel
From: Graeme Fowler <graeme@xxxxxxxxxxx>
Date: Sat, 15 Sep 2007 08:31:56 +0100
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



<Prev in Thread] Current Thread [Next in Thread>