Tried configuring 2.4 by hand

root@jwu-lenovo:/usr/local/src/trunk/ShadowBox/Deploy/apps# ovs-vsctl --version
ovs-vsctl (Open vSwitch) 2.4.90
Compiled Jun 24 2015 19:16:45
DB Schema 7.12.1
root@jwu-lenovo:/usr/local/src/trunk/ShadowBox/Deploy/apps# uname -r      
3.16.0-4-amd64
root@jwu-lenovo:/usr/local/src/trunk/ShadowBox/Deploy/apps#


./configure --prefix=/usr --localstatedir=/var --with-linux=/lib/modules/`uname 
-r`/build
 make; make install;
 make modules_install; sudo depmod -a

and its still the same, 2 bytes off.

Will update if I see anything else.  Thanks!

-----Original Message-----
From: Jesse Gross [mailto:[email protected]] 
Sent: Wednesday, June 24, 2015 6:42 PM
To: Johnson L. Wu
Cc: Emil Flink; [email protected]
Subject: Re: [ovs-discuss] Running into MTU problem (2 extra bytes)

On Wed, Jun 24, 2015 at 6:16 PM, Johnson L. Wu <[email protected]> wrote:
> Thanks for the kind advice.
>
> Tried this:
>
> /usr/local/src/openvswitch-2.3.2# ./configure --prefix=/usr 
> --localstatedir=/var --with-linux=/lib/modules/`uname -r`/build And got this:
>
> configure: error: Linux kernel in /lib/modules/3.16.0-4-amd64/build is 
> version 3.16.7, but version newer than 3.14.x is not supported (please 
> refer to the FAQ for advice)
>
> How do I compile and install the kernel modules?

Sorry, I should have checked whether 2.3 was compatible with your kernel. 
You'll need to use pre-release 2.4 instead, which you can find in branch-2.4 in 
git.

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to