Re: [ovs-discuss] Have to write whole path for using utilities

2018-02-07 Thread Ben Pfaff
On Wed, Feb 07, 2018 at 02:27:20PM +0800, Attitude Killer wrote:
> I cloned ovs from github. When I use this command "ovsdb-tool create
> /usr/local/etc/openvswitch/conf.db \  vswitchd/vswitch.ovsschema"
> 
> I get an error saying :* "The program 'ovsdb-tool' is currently not
> installed. You can install it by typing:*
> *sudo apt install openvswitch-switch"*
> 
> 
> Installing openvswitch-switch via apt installs 2.5 version of ovs whereas I
> want to use 2.8.1.
> 
> I make it work by writing the whole path to the ovsdb folder and also the
> same happens with using utilities. For example:
> 
> *$ /home/att/ovs/utilities/ovs-vsctl --version*
> 
> Please help me with the solution of this problem.

It sounds like you didn't install OVS.  The installation instructions
are in Documentation/intro/install/general.rst.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


Re: [ovs-discuss] Have to write whole path for using utilities

2018-02-07 Thread Numan Siddique
On Feb 7, 2018 11:57 AM, "Attitude Killer"  wrote:

Hello

I cloned ovs from github. When I use this command "ovsdb-tool create
/usr/local/etc/openvswitch/conf.db \  vswitchd/vswitch.ovsschema"

I get an error saying :* "The program 'ovsdb-tool' is currently not
installed. You can install it by typing:*
*sudo apt install openvswitch-switch"*


Installing openvswitch-switch via apt installs 2.5 version of ovs whereas I
want to use 2.8.1.

I make it work by writing the whole path to the ovsdb folder and also the
same happens with using utilities. For example:

*$ /home/att/ovs/utilities/ovs-vsctl --version*

Please help me with the solution of this problem.


Please refer to this http://docs.openvswitch.org/en/latest/intro/install/

This might help you.

Since you have cloned the code. I assume you want to compile from sources.
Before installing from sources, I would suggest to uninstall the deb
packages you have installed.

Thanks
Numan


Thanks
Numan


Regards
Att

___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


[ovs-discuss] Have to write whole path for using utilities

2018-02-06 Thread Attitude Killer
Hello

I cloned ovs from github. When I use this command "ovsdb-tool create
/usr/local/etc/openvswitch/conf.db \  vswitchd/vswitch.ovsschema"

I get an error saying :* "The program 'ovsdb-tool' is currently not
installed. You can install it by typing:*
*sudo apt install openvswitch-switch"*


Installing openvswitch-switch via apt installs 2.5 version of ovs whereas I
want to use 2.8.1.

I make it work by writing the whole path to the ovsdb folder and also the
same happens with using utilities. For example:

*$ /home/att/ovs/utilities/ovs-vsctl --version*

Please help me with the solution of this problem.


Regards
Att
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss