Hi, i want to install my php5 with the imap support. After successfully installed "cyrus-imapd-2.2.3", i use "./configure --with-mysql --with-apxs --with-imap" to configure php5.
Error information come out: "checking for crypt in -lcrypt... yes configure: error: Cannot find rfc822.h. Please check your IMAP installation." Can't find rfc822.h? What's the file is doing for? There is no error while the installation of cyrus-imapd, why can't find that file? Can someone give me some useful information to solve the problem? Thanks in advance.