From 1a31a3bb101297cb9200a89b2b19b7b9658ce8c1 Mon Sep 17 00:00:00 2001 From: Gavin Lee Date: Tue, 14 May 2013 10:21:14 +0800 Subject: [PATCH] typo when yum install, ws-common-utils should be ws-commons-util --- docs/en-US/build-rpm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml index ba32ef568ab..574065833ff 100644 --- a/docs/en-US/build-rpm.xml +++ b/docs/en-US/build-rpm.xml @@ -26,7 +26,7 @@ under the License. Building RPMs from Source As mentioned previously in , you will need to install several prerequisites before you can build packages for &PRODUCT;. Here we'll assume you're working with a 64-bit build of CentOS or Red Hat Enterprise Linux. # yum groupinstall "Development Tools" - # yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-common-utils MySQL-python tomcat6 createrepo + # yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo Next, you'll need to install build-time dependencies for CloudStack with Maven. We're using Maven 3, so you'll want to grab a Maven 3 tarball