You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/06/02 09:05:33 UTC

git commit: Fix missing mysql java package

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master f58c8b9f6 -> a30777552


Fix missing mysql java package


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/a3077755
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/a3077755
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/a3077755

Branch: refs/heads/master
Commit: a307775527a58711338844696c8b7edf5d9b5928
Parents: f58c8b9
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon Jun 2 03:05:19 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon Jun 2 03:05:19 2014 -0400

----------------------------------------------------------------------
 source/installation.rst | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/a3077755/source/installation.rst
----------------------------------------------------------------------
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 @@ Install on Ubuntu
 
    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
 ^^^^^^^^^^^^^^^^^^^^