[PHP-DEV] Bug #11772: configure keeps telling 'This c-client library does not support SSL' From: wouter <email protected>
Date: 06/28/01

From: wouter <email protected>
Operating system: Linux 2.2.19 - Slackware 7.1
PHP version: 4.0.6
PHP Bug Type: *Install and Config
Bug description: configure keeps telling 'This c-client library does not support SSL'

Using IMAP-2000c. I tried a lot of options.

IMAP-build:
cd imap-2000c/
make slx SPECIALAUTHENTICATORS=ssl SSLDIR=/usr/local/ssl
mkdir lib
mkdir include
cp -af c-client/c-client.a ./lib/libc-client.a
cp -af c-client/rfc822.h ./include/
cp -af c-client/mail.h ./include/
cp -af c-client/linkage.h ./include/

PHP-build: (just to check wheter it would work or not)
cd php-4.0.6/
./configure --with-apache=../apache_1.3.20 --with-openssl=/usr/local/ssl --with-imap=../imap-2000c --with-imap-ssl

Also tried --with-imap-ssl=../imap-2000c and --with-imap-ssl=/usr/local/ssl

Used to use the last one with previous versions of PHP4, and that worked.

-- 
Edit Bug report at: http://bugs.php.net/?id=11772&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>