I'm trying to install PHP-4.1.1 with imap. The build is perfect, but Apache 
complains that there is an unresolved symbol -- mmdfdriver -- which 
prevents the module from loading.

My build looks like this:
./configure \
         --prefix=/home/httpd \
         --with-imap=/home/source/imap-2001a \
         --with-config-file-path=/home/httpd/lib/php \
         --with-mysql=/usr \
         --with-apxs=/home/httpd/bin/apxs \
         --with-xml

Inside /home/source/imap-2001a there is an /include directory and a /lib 
directory as follows:

lib/c-client.a
lib/libc-client.a (symbolic link to above)

include/c-client.h
include/env.h
include/env_unix.h
include/ftl.h
include/imap4r1.h
include/linkage.h
include/mail.h
include/misc.h
include/nl.h
include/nntp.h
include/os_slx.h
include/rfc822.h
include/smtp.h
include/tcp.h
include/osdep.h
include/fs.h

I've verified that the symbol mmdfdriver actually appears in mmdf.o (in the 
Imap program) and that mmdf.o is actually part of c-client.a

Any suggestions?


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to