Hi Folks,

I am on OS X 10.2, and I'm compiling the latest dev version of PHP as 
found at Zend:

http://snaps.php.net/php4-latest.tar.gz

In general, I am having good success with it. However, I am having some 
strangeness with Imap integration. For reference, I have OpenSSL and 
the C-client installed (properly, I think) on my machine. When I do:

./configure --with-imap-ssl=/usr (other options not shown)

Everything configures fine. I can also "make" and "make install" with 
no errors.

However, I don't appear to actually have Imap support. For example, 
when I try to do:

imap_mail();

I get an error: "Call to undefined function: imap_mail()"

When I look at phpinfo(); it indicates that the configure command 
includes "--with-imap-ssl=/usr", however there is no entry for IMAP 
down below with the other modules.

Can anyone help? Thanks,

michael


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

Reply via email to