Re: [PHP] IMAP with ssl support

2005-03-14 Thread Bostjan Skufca @ domenca.com
For Imapd: make slx && cp imapd/imapd /usr/local/sbin/ && cd c-client && cp c-client.a /usr/local/lib/libc-client.a && cp rfc822.h /usr/local/include/ && cp mail.h /usr/local/include/ && cp linkage.h /usr/local/include/ For PHP: add just '--with-imap' '--with-imap-ssl' regards, Bostjan On

[PHP] IMAP with ssl support

2005-03-11 Thread Bronislav Klucka
Hi, I'm trying to compile php with imap ssl support, I've downloaded imap source and run make lnp SSLTYPE=unix then i run php configure file with as ./configure --with-imap=/usr/src/php5/imap/ --with-openssl --with-imap-ssl=/usr/src/php5/imap/ configuration, make and make install worked but I t