On Fri, 27 Apr 2001, Joseph Mack wrote:
> When I try to load the ip_vs_rr module I get
>
> #: insmod ip_vs_rr
> /lib/modules/2.4.3/kernel/net/ipv4/ipvs/ip_vs_rr.o: unresolved symbol
> register_ip_vs_scheduler
> /lib/modules/2.4.3/kernel/net/ipv4/ipvs/ip_vs_rr.o: unresolved symbol
> ip_vs_get_debug_level
> /lib/modules/2.4.3/kernel/net/ipv4/ipvs/ip_vs_rr.o: unresolved symbol
> unregister_ip_vs_scheduler
> Using /lib/modules/2.4.3/kernel/net/ipv4/ipvs/ip_vs_rr.o
>
Did you do 'make modules' and 'make modules_install'?
As to having to make them as modules, you might try editing
the .config file by hand and chaning the M to a Y.
Regards Simon.
|