
sid at kongregate
Apr 7, 2008, 6:06 PM
Views: 935
Permalink
|
|
[lvs-users] Configuring keepalived on Centos 5.1
|
|
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 - lvs-users[at]LinuxVirtualServer.org Send requests to lvs-users-request[at]LinuxVirtualServer.org or go to http://lists.graemef.net/mailman/listinfo/lvs-users
|