The configure script for keepalived requires that the kernel sources be installed. If they are not, it generates the following error messages,
configure: WARNING: Cannot determine Linux Kernel version. configure: WARNING: keepalived will be built without LVS support. To install the kernel source on Centos, use "yum install kernel-devel" Once the source is installed, go /usr/src and make a symbolic link from the current kernel source directory to /usr/src/linux. On my machine the command is, ln -s kernels/2.6.18-53.1.14.el5-x86_64 linux Sid _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
