That worked. Thanks a bunch!
On Tue, 2001-10-09 at 13:31, Roberto Nibali wrote:
> Hello,
>
> > [root@rh1 keepalived-0.3.7]# make
> > gcc -o main.o -g -Wall -DDEBUG -DKERNEL_2_4 -I/usr/src/linux/include -c
> > main.c
> > In file included from main.h:32,
> > from main.c:23:
> > cfreader.h:37:25: net/ip_vs.h: No such file or directory
>
> You have to copy ip_vs.h from the ipvs-0.9.x source to
> /usr/src/linux/include/net
> or you copy the ip_vs.h from the ipvs-0.9.x source to the src directory
> of where
> cfreader.h lies and then change the include in cfreader.h to read as
> follows:
> #include "ip_vs.h"
>
> HTH,
> Roberto Nibali, ratz
>
> _______________________________________________
> 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
>
|