Hi folks:
I have seen the question in here, but not the answer...
I am trying to get IMAP support working in PHP4.03PL1 and things aren't going too well...
I downloaded the latest c-clients code from washington.edu and have that compiled/installed into /usr/lib. Symlinked libc-clients.a to it. Got all the appropriate header files in /usr/include.
My configure line is:
./configure --with-apxs=/var/lib/apache/sbin/apxs --with-mysql=/usr/local/mysql --with-imap
The entire configure and compile go through without any problem.
Restarting apache gives the following warning:
root@net:/php-4.0.3pl1# /var/lib/apache/sbin/apachectl configtest
Syntax error on line 238 of /var/lib/apache/conf/httpd.conf:
Cannot load /var/lib/apache/libexec/libphp4.so into server: /var/lib/apache/libexe
c/libphp4.so: undefined symbol: rfc822_parse_msg
The million dollar question is: What am I doing wrong?
Ron