On Mon, Oct 22, 2001 at 11:58:01AM -0700, [EMAIL PROTECTED] wrote: > I have php and imap installed, but the php configuration does not show > imap as being configured with php. I need some fairly explicit > directions (or a web site that goes into it in detail) for compling on > RedHet Linux 7.0, Courier Imap with PHP 4.0.1.
I believe you need libc-client. It can be found in UW's pine MUA, but libcclient-dev is likely available as a separate RPM (although I couldn't find one on rpmfind.net). You'll also need to pass --with-imap (and --with-imap-ssl for ssl support) to php's configure script. At least that's how it works on OpenBSD, which, BTW, has a separate c-client package. BTW, you really should consider using more up-to-date software. There are a number of serious problems with both RedHat 7.0 (it looks like RedHat doesn't even support it) and php-4.0.1 (bad, bad, security related bugs. Definitely don't put database passwords or ANY private info in php code with php-4.0.1; it has a tendency to display code unparsed! Use php-4.0.4p2 or newer.). -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
