[cvs] [Wiki] changed: RHEL3PearHowTo
Jan Schneider
jan at horde.org
Tue Feb 22 01:03:03 PST 2005
jan Tue, 22 Feb 2005 01:03:03 -0800
Modified page: http://wiki.horde.org/display.php?page=RHEL3PearHowTo
New Revision: 1.3
@@ -1,31 +1,42 @@
-Installing pear modules necessary on RHEL 3 (or clones)
++ Installing PEAR modules necessary on RHEL 3 (or clones)
-//#// first change to the framework directory and get the framework php/pear packages installed...
+//#// 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>
//#// then finish
-//#// needed for horde base
+//#// needed for Horde base
+<code>
pear install Log
pear install Mail_Mime
pear upgrade DB
pear install Date
pear install Auth_SASL
pear install File
+</code>
//#// needed for IMP
+<code>
pear install HTTP_Request
+</code>
-//#// needed for wicked
+//#// needed for Wicked
+<code>
pear install Text_Wiki
+</code>
-//#// needed for ingo
+//#// needed for Ingo
+<code>
pear install Net_Sieve
pear install Net_Socket
+</code>
-//#// needed for weather portal block in horde
+//#// needed for weather portal block in Horde
+<code>
pear install cache
pear install net_dime
pear install Net_URL
pear install soap
@@ -33,24 +44,36 @@
pear install xml_parser
pear install serializer
pear install xml_serializer
pear install services_weather
+</code>
//#// and lastly...
+<code>
pear upgrade-all
+</code>
-If for some reason pear breaks...
+If for some reason PEAR breaks...
then I just
+<code>
cd /usr/share
mv pear pear.bak
-rpm -e php-mysql php-imap php-sqlite php-ldap
+rpm -e php-mysql php-imap php-ldap
+</code>
//#// for RHEL 3 only
+<code>
up2date php-mysql php-imap php-ldap php
-apt-get install php-sqlite
+</code>
//#// for RHEL clones
-yum install php-mysql php-imap php-ldap php sqlite php-sqlite
+<code>
+yum install php-mysql php-imap php-ldap php
+</code>
-and then back to the top and reinstall starting with cd /var/www/html/horde/framework & php install-packages.php
+and then back to the top and reinstall starting with
+<code>
+cd /var/www/html/horde/framework
+php install-packages.php
+</code>
More information about the cvs
mailing list