db5f5650e93e8ab8e5b5b6118d4e0d6320fb8960 hiram Thu Oct 24 07:41:41 2013 -0700 need mysql 5.5 on ubuntu now refs #9149 diff --git src/userApps/README src/userApps/README index 2e7a46a..75075ee 100644 --- src/userApps/README +++ src/userApps/README @@ -147,32 +147,32 @@ Installing required packages: On a MacOS system, you will need the XCode system installed: https://developer.apple.com/xcode/ And the Mac Ports install system: http://www.macports.org/ With the Mac ports and XCode systems installed, you can install the additional packages required (and helpful): sudo port install git-core gnutls rsync libpng mysql55 openssl curl wget On a typical Linux system, for example Ubuntu, use the apt-get command to install additional packages: - sudo apt-get install git libssl-dev openssl mysql-client-5.1 \ - mysql-client-core-5.1 + sudo apt-get install git libssl-dev openssl mysql-client-5.5 \ + mysql-client-core-5.5 Depending upon the version of your Linux/Ubuntu/CentOS operating system, the specific version of packages you need may be different than this example. Please use your standard operating system package management install system (e.g. 'yum' on CentOS) to obtain correct versions of these packages for your specific operating system version. See also: https://help.ubuntu.com/8.04/serverguide/apt-get.html http://www.centos.org/docs/5/html/yum/ ======================================================================== Known Problems: