I wanted to build php with imap support .
My details:
Apache - Apache/1.3.26
PHP - 4.3.0
openssl
UWimap2002c (with the c-client library)
Solaris 9
Installed open ssl / UWimap:
IMAP testing yields the following results:
telnet localhost 109
-pop2 server disabled on the system
telnet localhost 110
+ok pop3 localhost v2003.83 server ready
telnet localhost 143
+ok[CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS
LOGINDISABLED]localhost IMAP4rev1 2003 at --todays
date--
So I presume IMAP works
Then
cd /usr/imap2002c
ln -s c-client include
mkdir lib
cd lib
ln -s ../c-client/c-client.a libc-client.a
then i tried to build php with
./configure --with-mysql --with-apxs=/path/to/apxs
--with-gettext --with-imap-ssl
-with-imap=/path/to/imap2002c
checks to see if imap works ...no
Now I am confused.
ANy help would be appreciated.