typo when yum install, ws-common-utils should be ws-commons-util
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1a31a3bb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a31a3bb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1a31a3bb Branch: refs/heads/vmware-storage-motion Commit: 1a31a3bb101297cb9200a89b2b19b7b9658ce8c1 Parents: 9f9333b Author: Gavin Lee <[email protected]> Authored: Tue May 14 10:21:14 2013 +0800 Committer: Gavin Lee <[email protected]> Committed: Tue May 14 10:21:14 2013 +0800 ---------------------------------------------------------------------- docs/en-US/build-rpm.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1a31a3bb/docs/en-US/build-rpm.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml index ba32ef5..5740658 100644 --- a/docs/en-US/build-rpm.xml +++ b/docs/en-US/build-rpm.xml @@ -26,7 +26,7 @@ under the License. <title>Building RPMs from Source</title> <para>As mentioned previously in <xref linkend="sect-source-prereq" />, 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.</para> <para><programlisting># yum groupinstall "Development Tools"</programlisting></para> - <para><programlisting># yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-common-utils MySQL-python tomcat6 createrepo</programlisting></para> + <para><programlisting># yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo</programlisting></para> <para>Next, you'll need to install build-time dependencies for CloudStack with Maven. We're using Maven 3, so you'll want to <ulink url="http://maven.apache.org/download.cgi">grab a Maven 3 tarball</ulink>
