Hello all! I'm working on getting LVS installed for the first time and
I'm running into some difficulties. I'm using RedHat 7.1 with a custom
compiled kernel (2.4.8) downloaded from kernel.org with iptables v1.2.3.
I downloaded ipvs-0.9.4 and am using that for the ipvs piece.
I had already compiled the kernel and I had been using it for about a
week with iptables and had successfully set up my INPUT rules as well as
DNAT and SNAT and all of that was working well.
I patched the kernel files using linux_kernel_ksyms_c.diff and
linux_net_netsyms_c.diff which was successful on both counts. I then
1) Moved my .config to another directory/filename to preserve it.
2) Did a make mrproper
3) Copied the old .config back as .config
4) Did a make oldconfig
5) Did a make dep
6) Did a make bzImage which compiled successfully
7) Did a make modules and then make modules_install which both were
successful
8) Installed new kernel after successful compilation
9) Rebooted after running lilo
I got the following error message from the "make install" trying to
install ipvs:
Script started on Fri Oct 5 08:46:28 2001
1 [<camelot> /export/1/storage/ipvs-0.9.4/ipvs]\
#> mkae ake install
rmmod ip_vs
rmmod: module ip_vs is not loaded
make: [install] Error 1 (ignored)
insmod ip_vs.o
ip_vs.o: unresolved symbol unregister_sysctl_table_Rd0abaf39
ip_vs.o: unresolved symbol proc_dointvec_Ra71d5942
ip_vs.o: unresolved symbol sock_recvmsg_R83130855
ip_vs.o: unresolved symbol buffermem_pages
ip_vs.o: unresolved symbol register_sysctl_table_Rc278db2f
ip_vs.o: unresolved symbol sock_create_Raae3221f
ip_vs.o: unresolved symbol nr_free_pages
ip_vs.o: unresolved symbol icmp_send_R8cebf523
ip_vs.o: unresolved symbol alloc_skb_R222dbae1
ip_vs.o: unresolved symbol skb_over_panic_Rf8ab6c04
ip_vs.o: unresolved symbol skb_copy_R0c802f0a
ip_vs.o: unresolved symbol remove_wait_queue_R0c24cb20
ip_vs.o: unresolved symbol __release_sock_R5b90ddf1
ip_vs.o: unresolved symbol irq_stat_Rce5803f7
ip_vs.o: unresolved symbol skb_realloc_headroom_R3ffac5aa
ip_vs.o: unresolved symbol proc_net_R4521d597
ip_vs.o: unresolved symbol __ip_select_ident_Rc8cbb47c
ip_vs.o: unresolved symbol nf_unregister_hook_R19610e44
ip_vs.o: unresolved symbol remove_proc_entry_Rbca2d9b9
ip_vs.o: unresolved symbol sock_sendmsg_Rad529d37
ip_vs.o: unresolved symbol nf_register_hook_R5aeee856
ip_vs.o: unresolved symbol ip_route_output_key_R814df3f5
ip_vs.o: unresolved symbol __dev_get_by_name_Re1f4e8b1
ip_vs.o: unresolved symbol __lock_sock_R3dea4a0a
ip_vs.o: unresolved symbol add_wait_queue_Rb3f23e74
ip_vs.o: unresolved symbol nf_unregister_sockopt_Rd3baef6d
ip_vs.o: unresolved symbol skb_linearize_R0ab000dc
ip_vs.o: unresolved symbol proc_dointvec_jiffies_Rc6ea3395
ip_vs.o: unresolved symbol page_cache_size
ip_vs.o: unresolved symbol ip_fragment_R5161803d
ip_vs.o: unresolved symbol skb_under_panic_R55b3642b
ip_vs.o: unresolved symbol ip_finish_output_R00ea3c3e
ip_vs.o: unresolved symbol loopback_dev_Rd7145cd9
ip_vs.o: unresolved symbol sock_release_Rbf1b2a5f
ip_vs.o: unresolved symbol ip_mc_join_group
ip_vs.o: unresolved symbol create_proc_entry_R90470927
ip_vs.o: unresolved symbol __kfree_skb_R29149ff9
ip_vs.o: unresolved symbol nf_register_sockopt_R1dc0ce03
make: *** [install] Error 1
Anyone know what is going on??
--
Jesse W. Asher
Virtual Avalon, Inc.
"Security is mostly a superstition. It does not exist in nature... Life
is either a daring adventure or it is nothing." - Helen Keller
|