I've been trying to compile php_4.1.1 with imap support for the last
couple of days (seems like weeks!). I have the OpenBSD 2.9 ports version
of the c-client2000 libraries, along with the source of pine4.44, which
uses the same libraries, I think.  I can ./configure --with-imap={lib dir}
and it configures and builds just fine.  But when I attempt to install it
as a DSO in Apache, and do an apachectl configtest I get the following:
/usr/libexec/ld.so: Undefined symbol "_mail_string" in
httpd:/usr/local/apache/libexec/libphp4.so

So I try to install it as a static module in Apache, and Apache bombs on
the build with:
/usr/libexec/ld.so: Undefined symbol "_mm_dlog" in
gen_test_char:{lib dir}/libc-client.so.2.1
*** Error code 1

In short, I think the c-client libraries are broken, at least as far as
php is concerned, but the php documentation says that the c-client libs
are required for IMAP support.  Can someone help me understand what I am
doing wrong?

Thanks in advance,
Cary



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to