From 7676c17f27502d098abf25ca2456d7e83dd2f2ae Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Wed, 25 Apr 2012 17:39:55 -0700 Subject: [PATCH] Add missing libconfig-dev dependency for oflops. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 92a7d6b..0bd1703 100755 --- a/util/install.sh +++ b/util/install.sh @@ -294,7 +294,7 @@ function oftest { function cbench { echo "Installing cbench..." - sudo apt-get install -y libsnmp-dev libpcap-dev + sudo apt-get install -y libsnmp-dev libpcap-dev libconfig-dev cd ~/ git clone git://openflow.org/oflops.git cd oflops