Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I cant get imap to work even with "--with-imap=/usr/include/imap "

Status
Not open for further replies.

pollux0

IS-IT--Management
Joined
Mar 20, 2002
Messages
262
Location
US
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
 
If you only want SSL support, install the mod_ssl RPM.

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top