Hi,
The ktcpvs is developed for kernel 2.4. I have no idea about compiling
errors of ktcpvs against kernel 2.2.15. But, why bother to back port it to
kernel 2.2.15?
If you send me your modification version of ktcpvs against kernel, I may
have a look at it and see if I can find the problem.
Regards,
Wensong
On Tue, 11 Sep 2001, lisj wrote:
> Hello, everyone.
>
> I am a freshman in Linux.
> I want to modify wensong's ktcpvs from kernel2.4.3 to kernel2.2.15.
> But when I make it, there was an error.
> The error infomation is as follows:
> ...
> ld -r tcp_vs_ctl.o misc.o tcp_vs_sched.o tcp_vs.o -o ktcpvs.o
> tcp_vs.o: In function `tcp_vs_conn_create':
> /ktcpvs-2.2.15/tcp_vs.c:72: multiple definition of `__module_kernel_version'
> tcp_vs_sched.o:/ktcpvs-2.2.15/tcp_vs_sched.c:79: first defined here
> tcp_vs.o: In function `tcp_vs_conn_create':
> /ktcpvs-2.2.15/tcp_vs.c:75: multiple definition of
> `__module_using_checksums'
> tcp_vs_sched.o:/ktcpvs-2.2.15/tcp_vs_sched.c:82: first defined here
> make: *** [ktcpvs.o] Error 1
> I don't know what the wrong is.
> What's the meaning of `__module_kernel_version' & `__module_using_checksums'.
> When and how to use them ?
> Could you help me ?
> By the way, could you give me some advices when I modify the ktcpvs from
> kernel2.4.3 to kernel2.2.15 ?
> Thanks a lot.
>
> Best regards.
>
> Lisj.
>
>
|