> Anyone have any ideas or similar problems?

I just built a server yesterday for IMP.  My PHP configure line was:

'./configure' \
'--with-pdflib=/usr/local' \
'--with-gd=/home/rasmus/gd-2.0.1' \
'--with-jpeg-dir=/usr' \
'--with-freetype-dir=/usr' \
'--enable-gd-native-ttf' \
'--enable-gd-imgstrttf' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-xpm-dir=/usr/X11R6' \
'--enable-exif' \
'--with-config-file-path=/etc' \
'--enable-debug' \
'--with-mysql=/usr' \
'--enable-inline-optimization' \
'--with-pgsql=/usr' \
'--with-zlib-dir=/usr' \
'--with-expat=/usr' \
'--enable-xslt' \
'--with-xslt-sablot=/usr' \
'--with-imap' \
'--with-gettext' \
'--with-kerberos' \
'--with-imap-ssl' \
'--with-mcrypt=/usr/local' \
'--with-ldap' \
'--with-pspell' \
'--with-apxs=/usr/sbin/apxs'

It worked fine.  So imap-ssl here as well.  So it definitely isn't a
general problem with it not working at all.  Must be something subtle.
You did a full rm config.cache && make clean?  Or started with a fress
tarball?  Do you have SSL linked into your Apache server?  If so, is it
the same version of SSL linked in there?  You might be able to tell with
'ldd'

-Rasmus


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

Reply via email to