[cvs] [Wiki] changed: RHEL3PearHowTo

Wiki Guest wikiguest at horde.org
Tue Mar 20 00:33:06 UTC 2007


guest [72.25.180.102]  Mon, 19 Mar 2007 17:33:06 -0700

Modified page: http://wiki.horde.org/RHEL3PearHowTo
New Revision:  1.12
Change log:  minor changes - craigwhite at azapple.com

@@ -12,8 +12,18 @@
 wget
http://dag.wieers.com/packages/php-sqlite/php-sqlite-1.0.2-1.rhel3.dag.i386.rpm
 wget
http://dag.wieers.com/packages/sqlite/sqlite-2.8.16-1.1.el3.rf.i386.rpm
 rpm -ivh sqlite-2.8.16-1.1.el3.rf.i386.rpm
 rpm -ivh php-sqlite-1.0.2-1.rhel3.dag.i386.rpm
+</code>
+
+//#//  new as of 3/19/2007 - was painful to figure this out. The first
issue is to get the structures graph dependency
+//#//  the second issue is to make a copy of /usr/bin/pear since updating
pear seems to delete it
+
+<code>
+pear install structures_graph
+cp /usr/bin/pear /opt
+pear upgrade pear
+cp /opt/pear /usr/bin
 </code>

 //#// needed for Horde base
 <code>


More information about the cvs mailing list