Hi, Alexandre !
It's wonderful, that you continue develop your keepalived project.
And of course users alwaya waiting for a new version. Great, today we
have a version 0.5.3. And I can't compile it !
configure ...
...
modprobe: Can't locate module ip_vs
!!!WARN!!! Your kernel need to be patched with LVS code !!!WARN!!!
Of course, I don't have module ip_vs.o in RedHat kernel 2.2.19, I have
rest modules ip_vs_rr.o ip_vs_wrr.o ip_vs_lc.o ip_vs_wlc.o ip_vs_lblc.o
ip_vs_lblcr...,
and it was possible to compile previous version of keepalived with the
same kernel.
This is part my kernel .config file :
CONFIG_IP_MASQUERADE_MFW=m
CONFIG_IP_MASQUERADE_VS=y
CONFIG_IP_VS_DEBUG=y
CONFIG_IP_MASQUERADE_VS_TAB_BITS=12
CONFIG_IP_MASQUERADE_VS_RR=m
CONFIG_IP_MASQUERADE_VS_WRR=m
CONFIG_IP_MASQUERADE_VS_LC=m
CONFIG_IP_MASQUERADE_VS_WLC=m
CONFIG_IP_MASQUERADE_VS_LBLC=m
CONFIG_IP_MASQUERADE_VS_LBLCR=m
# CONFIG_IP_ROUTER is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
Please explain me what to do. ( I don't mean changing your configure
script , and commment lines about module ip_vs ).
Thanks !
|