Hi,
>I install all the patch accordingly to this howto:
>http://www.linuxvirtualserver.org/Joseph.Mack/mini-HOWTO/LVS-mini-HOWTO.html#inst
>
>all_general
>
>here is my error when i want to install the ipvsadm:
>root@lvs-director:/tmp/ipvsadm# make install
>gcc -Wall -Wunused -Wstrict-prototypes -g -O2 -I/usr/src/linux/include
>-DVERSION=\"1.15\" -DHAVE_POPT -c ipvsadm.c
>ipvsadm.c:110:57: linux/ip_fw.h: No such file or directory
>ipvsadm.c:111:61: linux/ip_masq.h: No such file or directory
>ipvsadm.c:112:25: net/ip_masq.h: No such file or directory
>ipvsadm.c:113:23: net/ip_vs.h: No such file or directory
Are you sure your system has /usr/src/linux/include directory?
if not, you can check whether if you have installed the kernel
source and link /usr/src/linux to the kernel source directory,
such as /usr/src/linux-2.4.**-*.
|