[imp] Problem with PEAR...
Gustavo Rodrigues Ramos
gustavo at acmesecurity.org
Sat Feb 21 12:41:08 PST 2004
Manfred Gnädig wrote:
> Hallo,
> i am verry Sorry about my bad english,
> thats whey i will write only a short message.
>
> I trie to install HORDE and IMP on a Debian Woody.
> I have also install apt-get install pear-php4
>
> But i still get this in the test.php
>
> PEAR
> * PEAR - No
> * Check your PHP include_path setting to make sure it has the PEAR library
> directory.
> * Recent PEAR - No
> * Mail - No
> * Mail_Mime - No
> * Log - No
> * DB - No
> * Net_Socket - No
> * Date - No
> * HTML_Common/HTML_Select - No
> * Unknown error: open_basedir restriction in effect. File is in wrong
> directory (/var/www/web4/html/webmail/horde-2.2/test.php:201)
>
> I trie to install Horde manualy because the Debian horde Packet is in a verry
> old Version. How can i setup my php that this is working?
> Have i got to add something in my php.ini ?
>
> How can i fix this Problem?
I think you should try this:
# pear install log
# pear install mail_mime
# pear install date
# pear install html_common
# etc etc...
If things goes wrong... try:
# pear search <package_name>
Some pear packages I had, *in my server*, to get the files separated:
# pear download i18n
# pear download html_select_common
# pear download html_select
# tar zxvf *.tar.gz
# pear install i18n
# pear install html_select_common
# pear install html_select
I think it work! ;)
Bye,
--
Gustavo Rodrigues Ramos
ACME! Computer Security Researcher
http://www.acmesecurity.org
More information about the imp
mailing list