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 there is still no imaps support...
what am I doing wrong?
Brona
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php