configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath












0















When i use this command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


I had got the error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


But in my computer, i can find libopenvswitch.a file:



/lib/libopenvswitch.a 
/usr/local/lib/libopenvswitch.a
/home/mx/SDN/openvswitch-2.10.1/lib/.libs/libopenvswitch.a


But i use the command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/usr/local/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/home/mx/SDN/openvswitch-2.10.1/lib/.libs/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


all get same error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


Please help me, thanks!










share|improve this question























  • What exactly are you trying to do? What software do you want to build? How did you install Open vSwitch?

    – pchaigno
    Nov 21 '18 at 11:38











  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:29













  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:31
















0















When i use this command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


I had got the error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


But in my computer, i can find libopenvswitch.a file:



/lib/libopenvswitch.a 
/usr/local/lib/libopenvswitch.a
/home/mx/SDN/openvswitch-2.10.1/lib/.libs/libopenvswitch.a


But i use the command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/usr/local/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/home/mx/SDN/openvswitch-2.10.1/lib/.libs/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


all get same error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


Please help me, thanks!










share|improve this question























  • What exactly are you trying to do? What software do you want to build? How did you install Open vSwitch?

    – pchaigno
    Nov 21 '18 at 11:38











  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:29













  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:31














0












0








0


1






When i use this command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


I had got the error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


But in my computer, i can find libopenvswitch.a file:



/lib/libopenvswitch.a 
/usr/local/lib/libopenvswitch.a
/home/mx/SDN/openvswitch-2.10.1/lib/.libs/libopenvswitch.a


But i use the command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/usr/local/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/home/mx/SDN/openvswitch-2.10.1/lib/.libs/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


all get same error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


Please help me, thanks!










share|improve this question














When i use this command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


I had got the error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


But in my computer, i can find libopenvswitch.a file:



/lib/libopenvswitch.a 
/usr/local/lib/libopenvswitch.a
/home/mx/SDN/openvswitch-2.10.1/lib/.libs/libopenvswitch.a


But i use the command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/usr/local/lib/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


or command:



./configure --with-ovs-srcdir=/home/mx/SDN/openvswitch-2.10.1 --with-ovs-libpath=/home/mx/SDN/openvswitch-2.10.1/lib/.libs/ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/


all get same error result:



configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


Please help me, thanks!







sdn openvswitch






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 21 '18 at 11:17









SmileSmile

106




106













  • What exactly are you trying to do? What software do you want to build? How did you install Open vSwitch?

    – pchaigno
    Nov 21 '18 at 11:38











  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:29













  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:31



















  • What exactly are you trying to do? What software do you want to build? How did you install Open vSwitch?

    – pchaigno
    Nov 21 '18 at 11:38











  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:29













  • thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

    – Smile
    Nov 21 '18 at 12:31

















What exactly are you trying to do? What software do you want to build? How did you install Open vSwitch?

– pchaigno
Nov 21 '18 at 11:38





What exactly are you trying to do? What software do you want to build? How did you install Open vSwitch?

– pchaigno
Nov 21 '18 at 11:38













thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

– Smile
Nov 21 '18 at 12:29







thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

– Smile
Nov 21 '18 at 12:29















thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

– Smile
Nov 21 '18 at 12:31





thanks. I want to build of-config. I install Open vSwitch by follows step: 1. download the openvswitch-2.10.1.tar.gz 2. tar -xf openvswitch-2.10.1.tar.gz 3. use this command: ./configure --prefix=/ --datarootdir=/usr/local/share --with-linux=/lib/modules/$(uname -r)/build 4.make && make install

– Smile
Nov 21 '18 at 12:31












1 Answer
1






active

oldest

votes


















0














You need version 2.3.1 of Open vSwitch to build OF-CONFIG.





I can reproduce your issue if I try to install OF-CONFIG with the last version of Open vSwitch:



$ ./configure --with-ovs-srcdir=/ovs PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


If I install Open vSwitch 2.3.1, however, everything works as expected:



$ wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
$ tar -xf openvswitch-2.3.1.tar.gz
$ cd openvswitch-2.3.1/
$ ./configure --prefix=/ --datarootdir=/usr/share
...
$ make -j && sudo make install -j
...

$ cd /of-config
$ ./configure --with-ovs-srcdir=/openvswitch-2.3.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
$ echo $?
0







share|improve this answer
























  • Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

    – Smile
    Nov 23 '18 at 2:47











  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59













  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59











  • Thank you very very much! I had install the of-config, thanks!

    – Smile
    Nov 23 '18 at 3:39











  • If you want OVS with the Linux datapath, you will need to downgrade your kernel.

    – pchaigno
    Nov 23 '18 at 5:20











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53410964%2fconfigure-error-libopenvswitch-a-was-not-found-try-with-ovs-libpath%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You need version 2.3.1 of Open vSwitch to build OF-CONFIG.





I can reproduce your issue if I try to install OF-CONFIG with the last version of Open vSwitch:



$ ./configure --with-ovs-srcdir=/ovs PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


If I install Open vSwitch 2.3.1, however, everything works as expected:



$ wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
$ tar -xf openvswitch-2.3.1.tar.gz
$ cd openvswitch-2.3.1/
$ ./configure --prefix=/ --datarootdir=/usr/share
...
$ make -j && sudo make install -j
...

$ cd /of-config
$ ./configure --with-ovs-srcdir=/openvswitch-2.3.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
$ echo $?
0







share|improve this answer
























  • Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

    – Smile
    Nov 23 '18 at 2:47











  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59













  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59











  • Thank you very very much! I had install the of-config, thanks!

    – Smile
    Nov 23 '18 at 3:39











  • If you want OVS with the Linux datapath, you will need to downgrade your kernel.

    – pchaigno
    Nov 23 '18 at 5:20
















0














You need version 2.3.1 of Open vSwitch to build OF-CONFIG.





I can reproduce your issue if I try to install OF-CONFIG with the last version of Open vSwitch:



$ ./configure --with-ovs-srcdir=/ovs PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


If I install Open vSwitch 2.3.1, however, everything works as expected:



$ wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
$ tar -xf openvswitch-2.3.1.tar.gz
$ cd openvswitch-2.3.1/
$ ./configure --prefix=/ --datarootdir=/usr/share
...
$ make -j && sudo make install -j
...

$ cd /of-config
$ ./configure --with-ovs-srcdir=/openvswitch-2.3.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
$ echo $?
0







share|improve this answer
























  • Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

    – Smile
    Nov 23 '18 at 2:47











  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59













  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59











  • Thank you very very much! I had install the of-config, thanks!

    – Smile
    Nov 23 '18 at 3:39











  • If you want OVS with the Linux datapath, you will need to downgrade your kernel.

    – pchaigno
    Nov 23 '18 at 5:20














0












0








0







You need version 2.3.1 of Open vSwitch to build OF-CONFIG.





I can reproduce your issue if I try to install OF-CONFIG with the last version of Open vSwitch:



$ ./configure --with-ovs-srcdir=/ovs PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


If I install Open vSwitch 2.3.1, however, everything works as expected:



$ wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
$ tar -xf openvswitch-2.3.1.tar.gz
$ cd openvswitch-2.3.1/
$ ./configure --prefix=/ --datarootdir=/usr/share
...
$ make -j && sudo make install -j
...

$ cd /of-config
$ ./configure --with-ovs-srcdir=/openvswitch-2.3.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
$ echo $?
0







share|improve this answer













You need version 2.3.1 of Open vSwitch to build OF-CONFIG.





I can reproduce your issue if I try to install OF-CONFIG with the last version of Open vSwitch:



$ ./configure --with-ovs-srcdir=/ovs PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath


If I install Open vSwitch 2.3.1, however, everything works as expected:



$ wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz
$ tar -xf openvswitch-2.3.1.tar.gz
$ cd openvswitch-2.3.1/
$ ./configure --prefix=/ --datarootdir=/usr/share
...
$ make -j && sudo make install -j
...

$ cd /of-config
$ ./configure --with-ovs-srcdir=/openvswitch-2.3.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
...
$ echo $?
0








share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 21 '18 at 20:06









pchaignopchaigno

3,98711128




3,98711128













  • Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

    – Smile
    Nov 23 '18 at 2:47











  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59













  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59











  • Thank you very very much! I had install the of-config, thanks!

    – Smile
    Nov 23 '18 at 3:39











  • If you want OVS with the Linux datapath, you will need to downgrade your kernel.

    – pchaigno
    Nov 23 '18 at 5:20



















  • Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

    – Smile
    Nov 23 '18 at 2:47











  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59













  • When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

    – Smile
    Nov 23 '18 at 2:59











  • Thank you very very much! I had install the of-config, thanks!

    – Smile
    Nov 23 '18 at 3:39











  • If you want OVS with the Linux datapath, you will need to downgrade your kernel.

    – pchaigno
    Nov 23 '18 at 5:20

















Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

– Smile
Nov 23 '18 at 2:47





Thank you very much! The Ubuntu 16.04 can install the Open vSwitch 2.3.1 or not? or must use Ubuntu 14.04?

– Smile
Nov 23 '18 at 2:47













When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

– Smile
Nov 23 '18 at 2:59







When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

– Smile
Nov 23 '18 at 2:59















When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

– Smile
Nov 23 '18 at 2:59





When i install Open vSwitch 2.3.1 in Ubuntu 16.04, I get this error:configure: error: Linux kernel in /lib/modules/4.13.0-36-generic/build is version 4.13.13, but version newer than 3.14.x is not supported (please refer to the FAQ for advice)

– Smile
Nov 23 '18 at 2:59













Thank you very very much! I had install the of-config, thanks!

– Smile
Nov 23 '18 at 3:39





Thank you very very much! I had install the of-config, thanks!

– Smile
Nov 23 '18 at 3:39













If you want OVS with the Linux datapath, you will need to downgrade your kernel.

– pchaigno
Nov 23 '18 at 5:20





If you want OVS with the Linux datapath, you will need to downgrade your kernel.

– pchaigno
Nov 23 '18 at 5:20




















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53410964%2fconfigure-error-libopenvswitch-a-was-not-found-try-with-ovs-libpath%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?