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 
--------------------------------------- 

Ok, I created this imap tree => 


/usr/local/imap: 
drwxr-xr-x 2 root other 512 Jan 15 15:14 include 
drwxr-xr-x 2 root other 512 Jan 15 15:54 lib 

/usr/local/imap/include: 
-rw-r--r-- 1 root other 454 Jan 15 15:14 linkage.h 
-rw-r--r-- 1 root other 58425 Jan 15 15:14 mail.h 
-rw-r--r-- 1 root other 3822 Jan 15 15:14 rfc822.h 

/usr/local/imap/lib: 
-rw-r--r-- 1 root other 2198392 Jan 21 17:19
c-client.a 
lrwxrwxrwx 1 root other 30 Jan 15 15:54 libc-client.a
-> 
/local/imap/lib/c-client.a 

all the files are copied from imap-2001a/c-client. 

./configure --with-imap=/usr/local/imap
--with-imap-ssl=/usr/local/ssl --with-gettext
--with-xml --with-mysql
--with-apxs=/usr/apche/bin/apxs 

and I still get .. 
checking if imap works.....no



__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to