Fix missing mysql java package
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
 ^^^^^^^^^^^^^^^^^^^^