Hi
I'm doing PHP configure with support of IMAP. Unfortunately, a problem comes to me. I typed command below:
./configure --with-mysql=/usr/local/mysql/ --with-apxs=/usr/local/apache/bin/apxs --with-mcrypt --with-config-file-path=/usr/local/lib --with-imap
and I got result and mistake message like this:
......
.......
.......
checking for hwapi support... no
checking for Hyperwave support... no
checking for iconv support... no
checking for IMAP support... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... (cached) yes
configure: error: Cannot find rfc822.h. Please check your IMAP installation.
Oops! :eek: What's kind of mistake did I make? I have already installled IMAP rpm package and enabled the IMAP in xinetd (set disable = no in file imap in directory of xinetd.d), but still got this wrong mistake. Could anybody tell me what's wrong with my work? Thanks a lot! :p
coolwater