From 9f8c25515f5f2facc0c4ad5f08489842cd3200b5 Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Thu, 5 Aug 2010 16:56:50 -0700 Subject: [PATCH] Add missing dep for cbench --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 416c217..7694baf 100755 --- a/util/install.sh +++ b/util/install.sh @@ -186,7 +186,7 @@ function oftest { function cbench { echo "Installing cbench..." - sudo apt-get install -y libsnmp-dev + sudo apt-get install -y libsnmp-dev libpcap-dev cd ~/ git clone git://www.openflow.org/oflops.git cd oflops