Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cloudstack-docs-install
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index a4cb300..29a379f 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -252,7 +252,7 @@
    sudo mkdir -p /var/www/cloudstack/repo/binary
    sudo cp *.deb /var/www/cloudstack/repo/binary
    sudo cd /var/www/cloudstack/repo/binary
-   sudo dpkg-scanpackages . /dev/null | tee Packages | gzip -9 > Packages.gz
+   sudo sh -c 'dpkg-scanpackages . /dev/null | tee Packages | gzip -9 > Packages.gz'
 
 .. note:: 
    You can safely ignore the warning about a missing override file.
@@ -300,7 +300,7 @@
 
 .. sourcecode:: bash
 
-   # yum install java-1.6.0-openjdk-devel.x86_64 genisoimage mysql mysql-server ws-commons-util MySQL-python tomcat6 createrepo
+   # yum install java-1.7.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
@@ -320,7 +320,7 @@
 
 .. sourcecode:: bash
 
-   $ export JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk.x86_64/
+   $ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64
 
 Verify that Maven is installed correctly:
 
diff --git a/source/installation.rst b/source/installation.rst
index e020811..4876ae3 100644
--- a/source/installation.rst
+++ b/source/installation.rst
@@ -339,6 +339,15 @@
 
    apt-get install cloudstack-management
 
+.. warning::
+
+   There is a known bug in the 4.3.0 release. You need to install an additional package by hand:
+
+   .. sourcecode:: bash
+
+      apt-get install libmysql-java
+
+   This bug has been fixed in master and upcoming 4.4 release and will also be fixed in bug fix releases 4.3.x
 
 Downloading vhd-util
 ^^^^^^^^^^^^^^^^^^^^