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
