jb605 |
07-05-2005 11:48 PM |
Quote:
Originally Posted by tamarian
You may not need the dir, if the liberary is in the lib path.
I'd just install the c-client first as the docs say, then configure --with-imap and --with-imap-ssl and read the error report, if any. If that doesn't work, check with the host or sys admin.
|
Since my server has imap and pop binary and can be started via xinet.d, I figured that imap and pop is actually installed on my server, but might only as binary, no library?
The documentation on php.net sugguested installing c-client, which might install both the binary and the library, while they should actually suggest the user install it only to get the library, not to install it as a daemon service.
I tried to compile PHP directly with compilation option --with-imap and --with-imap-ssl, but got this error:
configure: error: Cannot find rfc822.h. Please check your IMAP installation.
Looks like it is missing the header file. Not sure if I install c-client will resolve it. I am a little hesitate to install c-client because the installation file tells me it is a daemon service, but my server already has imap and pop daemon service.
|