KingmanMe

Active Member
PartnerNOC
Feb 19, 2003
33
0
156
Is anyone else having problems getting Imap into PHP using easyapache?

Whenever I attempt it, Apache won't stay up for more than 2 hours when Seg Faults pop up all over the error_log and it crashes soon after.

Only recompiling without Imap solves it.

Any tips?
 

taivu

Well-Known Member
Nov 22, 2001
65
0
306
If I'm not mistaken, the problem is actually caused by libmcrypt - it "clashes" with imap. Do you have PHP configured --with-mcrypt? If you don't absolutely need it, try compiling with imap and leave mcrypt out.
 

KingmanMe

Active Member
PartnerNOC
Feb 19, 2003
33
0
156
Yes MCrypt is compiled in too. Unfortunately this is also needed so taking it out isn't an option.

The thing is, I've seen lots of servers with these two installed together but it IMAP won't stay stable for more than an hour or two on any server here.