i am using ubuntu 14.04 in virtualbox.
I am trying to build openvswitch for userspace (so that I can use MPLS). when i get ovs source from: 1.)git clone https://github.com/openvswitch/ovs.git OR from http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=snapshot;sf=tgz;h=HEAD [1] , boot.sh gets the following error: configure.ac:43: error: possibly undefined macro: LT_INIT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 2.) when i get source from: http://openvswitch.org/releases/openvswitch-2.1.2.tar.gz [2] , the boot.sh completes normally. I run ./configure which seems to complete normally but it does not give me the option to build for userspace. Is there a special flag to pass to configure or make which specifies build for putting the switch in userspace? thx, Rod Links: ------ [1] http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=snapshot;sf=tgz;h=HEAD [2] http://openvswitch.org/releases/openvswitch-2.1.2.tar.gz
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss