IMAP install problem

Hanan

Verified User
Joined
Aug 10, 2007
Messages
12
Hey guys,
I installed the IMAP mod and I got weird problem...
when I run the script phpinfo(); I got there:
at the apache modules..

but when I run imap_open(); script I got:
Fatal error: Call to undefined function: imap_open() in */public_html/mail/mail.php on line 2

when I edit php.ini I see:
;extension=php_imap.dll

when I remove the ";" and trying to restart my php.ini
I get:
PHP Warning: Unknown(): Unable to load dynamic library './php_imap.dll' - ./php_imap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
 
Last edited:
Hey guys,
I installed the IMAP mod and I got weird problem...
when I run the script phpinfo(); I got there:
at the apache modules..

but when I run imap_open(); script I got:


when I edit php.ini I see:


when I remove the ";" and trying to restart my php.ini
I get:
Apache mod_IMAP is for server-side imagemap processing. This module processes .map files, thereby replacing the functionality of the imagemap CGI program.

I think you need Php IMAP module which should be compiled with Php and not Apache. In addition, php_imap.dll won't work, in your case, if you use Linux server.
 
when I compile the php I get:
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1

maybe if I upgrade to 4.4.8 the problem will fixed?
 
Last edited:
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1
This error means a library or a package is missing. It is rather difficult to say without looking into your server. If you can't solve this problem, I suggest you seek help from your host, or seek professional help.
 
Back
Top