Thanks Julian, It works like a charm after I compile it with the -DMODVERSIONS
in the make file.
Thanks
Anush
On Fri, 27 Oct 2000, Julian Anastasov wrote:
> Date: Fri, 27 Oct 2000 21:59:13 +0000 (GMT)
> From: Julian Anastasov <ja@xxxxxx>
> To: Anushankar Elangovan <eas@xxxxxxx>
> Cc: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: Again Re: RH 7.0 + gcc 2.96 + lvs
>
>
> Hello,
>
> On Thu, 26 Oct 2000, Anushankar Elangovan wrote:
>
> > Hi all,
> > I should have included this with the previous email but the problems I am
> > facing with respect to the modules is that, after compiling ipvs with make,
> > I
> > did a make install as directed in the README. I did an lsmod to check it and
> > ip_vs was available.
> >
> > Maybe a silly mistake but, when I do a insmod ip_vs_wlc.o I get the
> > following
> > errors...
> >
> > ip_vs_wlc.o: unresolved symbol register_ip_vs_scheduler
> > ip_vs_wlc.o: unresolved symbol ip_vs_get_debug_level
> > ip_vs_wlc.o: unresolved symbol unregister_ip_vs_scheduler
> >
> > I did patch the kernel with the diff file and I did double check the ksyms.c
> > file to see if it had been patched.
>
> Check your Makefiles:
>
> SMPFLAGS
>
> Add this to CFLAGS if needed (it seems it is needed for you):
>
> -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h
>
> The Makefile is not smart to detect the current kernel settings.
>
> The last time I checked the 0.0.5 version is with test10pre4
> on RH 6.1
>
> > I did get an response w.r.t updating my GCC or rolling back to a previous
> > version. Any suggestions on working versions, either upgrade or roll back?
>
> Try first to alter the build flags.
>
> > Thanking you,
> >
> > Anush
>
>
> Regards
>
> --
> Julian Anastasov <ja@xxxxxx>
>
>
>
>
|