On Fri, Aug 31, 2012 at 12:38:55PM -0400, rh ev wrote: > In order to use a patch for building OVS for CentOS 6.3 I have downloaded > the latest version from git. When I run the "boot.sh" file I get the > following error. > > [root@vswitch openvswitch-HEAD-079b594]# ./boot.sh > configure.ac:49: error: Please install pkg-config. > m4/openvswitch.m4:64: OVS_CHECK_OPENSSL is expanded from... > configure.ac:49: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > aclocal: error: /usr/local/bin/autom4te failed with exit status: 1 > autoreconf: aclocal failed with exit status: 1 > [root@vswitch openvswitch-HEAD-079b594]# > > > I do have pkg-config installed.
You don't have the pkg-config m4 macros installed in a place where aclocal can find them. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
