I cant seem to get imap commands to work under php when i compile php/apache myself. When I use RH9 rpms(php,php-mysql,php-imap) the imaps do work. I am using php-4.3.2 and httpd-2.0.46 srcs. Any hints on what i am doing wrong or another route?? I am compiling because it seems the httpd rpm that comes with rh9 does not come with ssl support. Am i wrong in my assumption?
config parameters for php:
./configure --with-mysql=/usr --with-imap=/usr/include/imap --with-kerberos=/usr/kerberos/lib --with-imap-ssl=/usr/include/openssl --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/etc --enable-versioning --enable-track-vars=yes --enable-url-includes
thanks for any advice
config parameters for php:
./configure --with-mysql=/usr --with-imap=/usr/include/imap --with-kerberos=/usr/kerberos/lib --with-imap-ssl=/usr/include/openssl --with-apxs2=/usr/local/apache2/bin/apxs --with-config-file-path=/etc --enable-versioning --enable-track-vars=yes --enable-url-includes
thanks for any advice