configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath
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
add a comment |
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
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
add a comment |
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
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
sdn openvswitch
asked Nov 21 '18 at 11:17
Smile
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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
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
|
show 3 more comments
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
|
show 3 more comments
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
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
|
show 3 more comments
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
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
answered Nov 21 '18 at 20:06
pchaigno
3,6401926
3,6401926
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
|
show 3 more comments
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
|
show 3 more comments
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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