help with horde/imp

help with horde/imp

Posted by: mcovey
Posted on: 2004-08-12 18:54:00

I need help getting Horde/IMP to work. I've unzipped them properly on my space, and if anyone wants to go see the result, it's at

http://kafene.org/horde/

I need help with the error messages. I set it up according to http://www.totkat.org/pages/install-horde.shtml , so if there are any errors in there please tell me. Thank you.

Re: help with horde/imp

Posted by: ardco
Posted on: 2004-08-12 20:23:00

Google (on part of one of your error messages) and lists.horde.org and this post on this board say your problem might be due "programs which rely on PHP's built in IMAP / PHP functionality won't work," but that's just a guess. Does your setup rely on IMAP/PHP functionality?

Good luck,

BobS

Re: help with horde/imp

Posted by: mcovey
Posted on: 2004-08-13 04:03:00

I suppose that imap isnt configured with PHP. I'm going to write support and request that it be, if possible. If not... I dunno.

Re: help with horde/imp

Posted by: Mark
Posted on: 2004-08-13 13:27:00

You may need to compile your own custom PHP in order to get Horde to work. You'll also probably need some PEAR modules.

http://kafene.org/horde/test.php

You don't need all of the things that are indicated in red, but IMAP is definitely required.

Re: help with horde/imp

Posted by: mcovey
Posted on: 2004-08-13 13:37:00

I can do that? I thought only root could compile PHP. I'm not on a dedicated server, just the Crazy Domain Insane plan.

Re: help with horde/imp

Posted by: will
Posted on: 2004-08-13 13:40:00

As long as you install it in your user space, you don't need to be root.

See https://panel.dreamhost.com/kbase/index.cgi?area=2538

You could probably figure out with phpinfo, but I /think/ that at least our php-cgi build has IMAP support now, though I could be wrong.

To build with IMAP support, you may need to install some IMAP libraries into your user space as well.

Re: help with horde/imp

Posted by: mcovey
Posted on: 2004-08-13 13:46:00

Hmm... I think I'll do that... someday.

For now I just got IlohaMail working, which is good for now.

Re: help with horde/imp

Posted by: jsaxon
Posted on: 2005-01-07 00:07:00

I don't believe IMAP is supported.

Anybody have suggestions on how to deal with compiling imap and then PHP so that it works? I'm running into:

configure: error: Cannot find rfc822.h. Please check your IMAP installation.


Thanks for ANY assistance!!!

Let democracy prevail! Change the administration! Finance elections publicly!

Re: help with horde/imp

Posted by: Mark
Posted on: 2005-01-09 15:10:00

You'd need to download the IMAP module from here:

http://www.washington.edu/imap/

Then the installation proecdure is something like this:

untar it
cd into the appropriate directory
make lnp
mkdir ~/usr/include
mkdir ~/usr/lib
cp c-client/*.h ~/usr/include/
cp c-client/c-client.a ~/usr/lib/libc-client.a

Then, when you're compiling PHP, include this in the configure command:
--with-imap=$HOME/usr

Tags: horde impmy spacei need helperror messagesorghttpunzippedshtml