I have been having problems with the imap functions. Namely that I can't access them.
When I write a script with the imap functions in I get
Fatal error: Call to undefined function: imap_open()
However I do have imap installed phpinfo() itself tell me that is is there.
from the phpinfo page
Configure command ./configure' '--with-imap=/usr/imap-2002e' '--with-mysql' '--enable-cli' '--with-apache=/usr/apachesrc/apache_1.3.17' '--enable-track-vars' '--with-gd=/usr/apachesrc/gd-1.8.4'
IMAP c-Client Version 2001
So my question is. What am I doing wrong? I know its going to be something obvious. But I have run out of ideas.