Hello,
I have compiled php with IMAP support. I am using the c-client.a included with RedHat 7.1 (imap-devel). Everything compiles fine, but when I try to start Apache, I get the following error:
Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: mxdriver
I have downloaded several older versions of IMAP (which won't compile on 7.1 but will on 6.1) and even the latest IMAP snapshots (which do compile on 7.1), but none of them work with php (same error). I compiled php without IMAP and everything works fine, but I REALLY need IMAP support. :-)
Thanks in advance,
Donnie Miller