[cvs] [Wiki] changed: RHEL3PearHowTo
Wiki Guest
wiki at wiki.horde.org
Fri Dec 2 00:06:45 PST 2005
guest [69.178.22.174] Fri, 02 Dec 2005 00:06:45 -0800
Modified page: http://wiki.horde.org/RHEL3PearHowTo
New Revision: 1.9
Change log: Revert
@@ -3,8 +3,16 @@
//#// first change to the framework directory and get the framework PEAR packages installed
<code>
cd /var/www/html/horde/framework/
php install-packages.php
+</code>
+
+//#// 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
+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>
//#// needed for Horde base
<code>
More information about the cvs
mailing list