Can't compile IMAP module in PHP5/4

internetfab

Well-Known Member
PartnerNOC
Feb 20, 2003
337
1
168
Gothenburg, Sweden
cPanel Access Level
DataCenter Provider
Even though imap module is chosen in easyapache3, the module isn't compiled.
In /var/cpanel/easy/apache/last_failed.yaml i'm finding this:

Code:
Cpanel::Easy::PHP5::Imap:
  dryrun: 1
  fatal: ~
  msg:
    - "Command failed in '[_1]': '[_2]'"
    - /home/cpeasyapache/src/imap-2006k
    - echo y | make slx EXTRAAUTHENTICATORS=gss SSLDIR=/opt/openssl EXTRACFLAGS='' EXTRALDFLAGS='' SSLTYPE=nopwd
  rc: 0
/home/cpeasyapache/src/imap-2006k is there and has the c-client library in it from what I can tell.

Any ideas?