Jop,
From my bash history:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -O2 -Fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.9/include/linux/modversions.h -c ip_wccp.c
And I think it complained about some option, don't remember which one but it doesn't matter anyway.
Behave,
Mika A, ATK-Keskus
Kymenlaakso Polytechnic
>>> "Djoko Tri S" <trisa@sby.dnet.net.id> 14.9.2001 06:26 >>>
anybody know how to setup linux for wccp using linux 7.1 and 2.4.9 kernel?
i've download the ip_wccp. from squid-cache.org. compile using this command:
gcc -D__KERNEL__ -I/usr/src/linux/include -O2 -fomit-frame-ponter -fno-strict-aliasing -pipe -DMODULE -c -o ip_wccp.o ip_wccp.c
seems good but fail when i tried to modprobe ip_wccp.o, then i tried to doing insmod ip_wccp.o and it give these following result :
/sbin/insmod /lib/modules/2.4.9/build/net/ipv4/ip_wccp.o
/lib/modules/2.4.9/build/net/ipv4/ip_wccp.o:unresolved symbol __kfree_skb
/lib/modules/2.4.9/build/net/ipv4/ip_wccp.o:unresolved symbol inet_del_protocol
/lib/modules/2.4.9/build/net/ipv4/ip_wccp.o:unresolved symbol inet_add_protocol
/lib/modules/2.4.9/build/net/ipv4/ip_wccp.o:unresolved symbol ip_rcv
/lib/modules/2.4.9/build/net/ipv4/ip_wccp.o:unresolved symbol printk
how to solve this? help...
regards
Djoko
Received on Fri Sep 14 2001 - 15:13:14 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:11 MST