You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: