Hello,
You have to install or symbolic link the kernel source (that made your
kernel image) to /usr/src/linux, or replace /usr/src/linux with your
kernel source path in the ktcpvs Makefile. And, rebuild ktcpvs, then the
unresolved symbol problem should not happen.
Regards,
Wensong
On Tue, 17 Sep 2002, [gb2312] Ö£ÁéÏè wrote:
> Hi,
>
> I download the ktcpvs-0.0.9.tar.gz and want to install it on redhat 7.3
> kernel 2.4.18-3.
> I did the install according the ktpvs readme.
>
> make
> make -C userspace
>
> these two command are run correctly.
>
> But when I did "make install", I got errors:
>
> #make install
> rmmod ktcpvs
> rmmod: module ktcpvs is not loaded
> make: [install] Error 1 (ignored)
> insmod ktcpvs.o
> ktcpvs.o: unresolved symbol tcp_sync_mss
> ktcpvs.o: unresolved symbol tcp_write_xmit
> ktcpvs.o: unresolved symbol tcp_openreq_cachep
> ktcpvs.o: unresolved symbol tcp_v4_lookup_listener
> ktcpvs.o: unresolved symbol tcp_cwnd_application_limited
> make: *** [install] Error 1
>
>
> Best regards
>
> Lingxiang Zheng.
>
|