I've been beating my head against a wall for about a week on this one:
OS is on NetBSD 1.4.2/i386, with UW IMAP c-client installed. c-client library is in /usr/local/imap, version is imap2000
trying to install php-4.0.3pl1, using:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-imap=/usr/local/imap
the configure, make and install all appear to go well. Apache is configured with:
LoadModule php4_module libexec/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
Attempting to start apache gets the error:
/usr/libexec/ld.so: Undefined symbol "_unixdriver" in httpd:/usr/local/apache/libexec/libphp4.so
/usr/local/apache/bin/apachectl start: httpd could not be started
When I attempt to install without imap, php4 appears to work fine, however, my application (imp) requires imap. I have been able to install php version 3 with imap and it all runs properly, except there seems to be a bug preventing the compose pane to work.
Any ideas? I suspect that it's not properly linking in the c-client library, but I haven't been able to work out the fix. ideas?
thanks.
-mike begley
spam@hell.org