Re: [PHP-INSTALL] PHP with IMAP

2005-08-11 Thread Shahmat Dahlan
I just found out that the apache currently installed in the linux box has been built rather messily, somebody else did the build (yes, really). So I guess I'll have to fix that before proceeding with finding out what's wrong with my copy of php. Thanks again and appreciate your prompt reply.

Re: [PHP-INSTALL] PHP with IMAP

2005-08-11 Thread Rasmus Lerdorf
Shahmat Dahlan wrote: > I've recently recompiled my copy of PHP with IMAP support.When running > my code with in CLI mode, it runs fine, but when I used by browser to > run the same code, all I got was "Fatal error: Call to undefined > function imap_open()" > > How do I go about this? I don't know

[PHP-INSTALL] PHP with IMAP

2005-08-11 Thread Shahmat Dahlan
I've recently recompiled my copy of PHP with IMAP support.When running my code with in CLI mode, it runs fine, but when I used by browser to run the same code, all I got was "Fatal error: Call to undefined function imap_open()" How do I go about this? I don't know where to begin looking. Rega