Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MaXiao93 opened this issue Nov 21, 2018 · 1 comment

Comments

@MaXiao93
Copy link

When i install the of-config, i run the comman:
./configure --with-ovs-srcdir=/root/openvswitch-2.3.1 PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
Then i had get the error result:
configure: error: libopenvswitch.a was not found. Try --with-ovs-libpath
But i use this command to find the libopenvswitch.a file:
sudo find / -iname libopenvswitch.a -type f
And i had serch the file:
/lib/libopenvswitch.a
/usr/local/lib/libopenvswitch.a
/home/mx/ovs/lib/.libs/libopenvswitch.a
Please help me to solve this problem , thanks!

@blp
Copy link

blp commented Dec 12, 2018

Did you build OVS? The build should create the library .a file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants