[horde] Enabling PEAR logging with PHP 4.2.2
Edwin Culp
eculp at encontacto.net
Thu Aug 29 12:28:18 PDT 2002
Quoting Vicki Brown <vlb at gene.COM>:
| I have configured, built, and installed PHP 4.2.2.
|
| I have tested the installation using horde's test.php script and
| it tells me:
|
| PEAR
| * PEAR - Yes
| * Recent PEAR - Yes
| * Mail::RFC822 - Yes
| * Log - No
| * Make sure you're using a recent version of PEAR which
| includes the Log class.
| * DB - Yes
|
| I would appreciate recommendations as to what I can do to meet
| this requirement for the PEAR Log class.
# pear help
Is pretty clear, IMO.
After reading what pear does for you try
# pear install Log
and anything else you might be missing. This is also covered
very well in the FAQ and the mailing lists.
ed
|
| php config:
| LDFLAGS='-lclua -limc' \
| './configure' \
| '--with-mysql=/usr/local/mysql' \
| '--with-imap' \
| '--with-kerberos=/usr/local' \
| '--with-ldap' \
| '--enable-cli' \
| '--with-gettext' \
| '--enable-discard-path' \
| '--prefix=/usr/local/test'
|
| - Vicki
--
More information about the horde
mailing list