You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by hi...@apache.org on 2012/06/15 21:15:00 UTC

svn commit: r1350743 - in /incubator/ambari/trunk: CHANGES.txt README.txt

Author: hitesh
Date: Fri Jun 15 19:15:00 2012
New Revision: 1350743

URL: http://svn.apache.org/viewvc?rev=1350743&view=rev
Log:
AMBARI-555 Update README for additional documentation to get around errors related to missing php-posix module (Contributed by ViVek Raghuwanshi)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/README.txt

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1350743&r1=1350742&r2=1350743&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Jun 15 19:15:00 2012
@@ -6,6 +6,9 @@ characters wide.
 
 Release 1.0.0 - unreleased
 
+  AMBARI-555. Update README for additional documentation to get around errors
+  related to missing php-posix module (ViVek Raghuwanshi via hitesh)
+
   AMBARI-552. Update README to point to trunk (vinodkv via vikram)
 
   AMBARI-543. Rpm naming needs to be corrected. (vikram via reznor)

Modified: incubator/ambari/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/README.txt?rev=1350743&r1=1350742&r2=1350743&view=diff
==============================================================================
--- incubator/ambari/trunk/README.txt (original)
+++ incubator/ambari/trunk/README.txt Fri Jun 15 19:15:00 2012
@@ -90,6 +90,10 @@ So, you should do the following at the c
 Now, to install ambari-rpms
 
  $ sudo yum install php-pecl-json (version 1.2.1 compatible with php-5.1 or php-5.2)
+ 
+ $ php -m | grep posix
+
+   If the posix module is not found, run 'sudo yum install php-process'
 
  $ sudo rpm -iv ambari-1.0.0-1.noarch.rpm