PHP Warning: Unknown(): imap: Unable to initialize module

Apache, Lighttpd, nginx, Cherokee
Post Reply
dude4you
Posts: 49
Joined: 2003-11-25 10:01
 

PHP Warning: Unknown(): imap: Unable to initialize module

Post by dude4you »

Redaht 7.3
Apache 1.3.29 (src)
php 4.3.1 (src)

Kennt jemand das Problem:
cat /var/log/httpd/error.log
PHP Warning: Unknown(): imap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: Unknown(): ldap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP Warning: Unknown(): imap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: Unknown(): ldap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: Unknown(): imap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: Unknown(): ldap: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: Unknown(): pgsql: Unable to initialize module
Module compiled with module API=20010901, debug=0, thread-safety=0
PHP compiled with module API=20020429, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
[Mon Mar 1 05:45:30 2004] [notice] Apache/1.3.29 (Unix) PHP/4.3.1 configured -- resuming normal operations
dude4you
Posts: 49
Joined: 2003-11-25 10:01
 

Re: PHP Warning: Unknown(): imap: Unable to initialize module

Post by dude4you »

Fehler war das ein altes php.ini gelade wurde welches die einträge imap und ldap hatte.

habe php gründlich entfernt und neu compiliert.
Post Reply