I'm trying to compile php5 with the with-imap flag. As far as I can
tell, everything is compiled fine and linked fine, but when I try to
use, for example, imap_open(), I get an error that it isn't defined. I
then check my phpinfo() and there is nothing in there about my imap
version.
This is a link to my phpinfo: http://69.76.138.136/phpinfo.php
This is a link to the output from when I built php:
http://69.76.138.136/make-php5-output.txt
This is a link to the output from when I built the imap c-client thing:
http://69.76.138.136/imap-2004e-output.txt
You'll note in the make output for php, it says it builds it just fine.
Perhaps it's a problem with using cached copies of much of the files?
I'm not sure how to force a compile of everything...
Any help would be great!