LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: make error

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: make error
From: Roberto Nibali <ratz@xxxxxxxxxxxx>
Date: Tue, 09 Oct 2001 22:31:51 +0200
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


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