[Click] Re: couldn't load "click.o"

Shilpi Agarwal shilpi at cae.wisc.edu
Thu Jul 24 12:49:15 EDT 2003


Hi!!


It seems you did not compile click after rebooting and pacthing the machine.
you got to run 

./configure
make install

again..

hope it helps

Shilpi

Quoting click-request at amsterdam.lcs.mit.edu:

> Send click mailing list submissions to
> 	click at amsterdam.lcs.mit.edu
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://amsterdam.lcs.mit.edu/mailman/listinfo/click
> or, via email, send a message with subject or body 'help' to
> 	click-request at amsterdam.lcs.mit.edu
> 
> You can reach the person managing the list at
> 	click-owner at amsterdam.lcs.mit.edu
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of click digest..."
> 
> 
> Today's Topics:
> 
>    1. couldn't load "click.o" (Ivan Nanevski)
>    2. 	how to determine  cpu cycles for receive and transmit device
>       interactions (Shilpi Agarwal)
>    3. Re: couldn't load "click.o" (Juan Luis Baptiste)
>    4. Re: couldn't load "click.o" (Ivan Nanevski)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 23 Jul 2003 20:46:40 +0300
> From: "Ivan Nanevski" <iwojima at gmx.net>
> Subject: [Click] couldn't load "click.o"
> To: <click at amsterdam.lcs.mit.edu>
> Message-ID: <001b01c35142$90f9d790$7f9ae982 at netlab.hut.fi>
> Content-Type: text/plain;	charset="windows-1251"
> 
> After I did "gmake install" it seem that evertihing was OK,
> but however I didn't get "click.o" in linuxmodule directory
> but in userlevel, and no "proclikefs.o".
> 
> When I try to load "click.o" (the one that is in userlevel
> directory) by insmod command, the message I get is
> "click.o: couldn't find the kernel version the module was
> compiled for"
> 
> Any suggestion how to make it work?
> 
> Thanks,
> IVAN
> 
> 
> The system used is
> RedHat 8.0
> kernel 2.4.18
> gcc 2.95-3
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 23 Jul 2003 13:45:04 -0500
> From: Shilpi Agarwal <shilpi at cae.wisc.edu>
> Subject: [Click] 	how to determine  cpu cycles for receive and
> 	transmit device	interactions
> To: click at amsterdam.lcs.mit.edu
> Message-ID: <1058985904.3f1ed7b0a9433 at www.cae.wisc.edu>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hi!!
> 
> Using the CycleCountAccum(), i can measure the cycles consumed in click
> forwarding path by inserting it just after FromDevice and just before
> ToDevice
> but i am not getting how to get number of cycles spent in polling a device
> and
> and trasmitting packets.
> 
> ss::StrideSched(100)
> 
> PollDevice(eth1,true)
> ->SetCycleCount()
> ->c0::Classifier (6/001094020740,-)
> 
> c0[0]
> ->CycleCountAccum()
> ->Strip(12)
> ->MacEncap(00:02:b3:b6:cA:1F,00:10:94:02:07:f6)
> ->Queue(1000)
> ->CycleCountAccum()
> ->[0]ss
> 
> 
> c0[1]
> ->Discard;
> 
> ss[0]->CycleCountAccum()->ToDevice(eth1);
> 
> does anyone have any idea ?
> 
> And how can we determine precisely if we are memory limited or pci limited ?
> 
> Shilpi Agarwal
> Graduate Student
> Dept of Electrical Engineering
> University of Wisconsin 
> Madison-53706
> phone:608-233-3714
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 23 Jul 2003 23:45:39 -0300
> From: "Juan Luis Baptiste" <juancho at linuxmail.org>
> Subject: Re: [Click] couldn't load "click.o"
> To: click at amsterdam.lcs.mit.edu
> Message-ID: <20030724024540.7307.qmail at linuxmail.org>
> Content-Type: text/plain; charset="windows-1251"
> 
> Hi Ivan, 
>  
> Did you patch the kernel before you compiled click? 
>  
> cheers, 
>  
> Juan Luis 
>  
> ----- Original Message ----- 
> From: "Ivan Nanevski" <iwojima at gmx.net> 
> Date: Wed, 23 Jul 2003 20:46:40 +0300 
> To: <click at amsterdam.lcs.mit.edu> 
> Subject: [Click] couldn't load "click.o" 
>  
> > After I did "gmake install" it seem that evertihing was OK, 
> > but however I didn't get "click.o" in linuxmodule directory 
> > but in userlevel, and no "proclikefs.o". 
> >  
> > When I try to load "click.o" (the one that is in userlevel 
> > directory) by insmod command, the message I get is 
> > "click.o: couldn't find the kernel version the module was 
> > compiled for" 
> >  
> > Any suggestion how to make it work? 
> >  
> > Thanks, 
> > IVAN 
> >  
> >  
> > The system used is 
> > RedHat 8.0 
> > kernel 2.4.18 
> > gcc 2.95-3 
> >  
> > _______________________________________________ 
> > click mailing list 
> > click at amsterdam.lcs.mit.edu 
> > https://amsterdam.lcs.mit.edu/mailman/listinfo/click 
> -- 
> ______________________________________________
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
> 
> Powered by Outblaze
> 
> ------------------------------
> 
> Message: 4
> Date: Thu, 24 Jul 2003 08:58:15 +0300
> From: "Ivan Nanevski" <iwojima at gmx.net>
> Subject: Re: [Click] couldn't load "click.o"
> To: <click at amsterdam.lcs.mit.edu>
> Message-ID: <002901c351a8$95c30f10$7f9ae982 at netlab.hut.fi>
> Content-Type: text/plain;	charset="windows-1251"
> 
> Juan Luis Baptiste wrote:
> > Hi Ivan,
> > Did you patch the kernel before you compiled click?
> 
> Yes I did...
> 
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> click mailing list
> click at amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
> 
> 
> End of click Digest, Vol 1, Issue 19
> ************************************
> 


Shilpi Agarwal
Graduate Student
Dept of Electrical Engineering
University of Wisconsin 
Madison-53706
phone:608-233-3714


More information about the click mailing list