[cvs] [Wiki] changed: RHEL3PearHowTo
Wiki Guest
wiki at wiki.horde.org
Fri Nov 4 22:03:00 PST 2005
guest [69.178.15.247] Fri, 04 Nov 2005 22:03:00 -0800
Modified page: http://wiki.horde.org/RHEL3PearHowTo
New Revision: 1.6
Change log: mgb - added rpm's needed for pear installation
@@ -5,9 +5,13 @@
cd /var/www/html/horde/framework/
php install-packages.php
</code>
-//#// then finish
+//#// You will need to download these two packages to complete the pear installation
+<code>
+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
+</code>
//#// needed for Horde base
<code>
pear install Log
@@ -15,8 +19,9 @@
pear upgrade DB
pear install Date
pear install Auth_SASL
pear install File
+pear install Net_URL
</code>
//#// needed for IMP
<code>
@@ -37,9 +42,8 @@
//#// needed for weather portal block in Horde
<code>
pear install cache
pear install net_dime
-pear install Net_URL
pear install soap
pear install xml_util
pear install xml_parser
pear install serializer
More information about the cvs
mailing list