I am trying to get twiggi-gw (http://sourceforge.net/projects/twiggi/) to run on an OpenBSD 2.9 system using Apache 1.3.22 with php 4.1.1 compiled as a static module. Is this even possible? I'm starting to think it is not!
php is configured with the --with-imap, --with-mysql, and --with-apache options. php does not seem to have any problems with these flags. However, when compiling apache, I got errors relating to my c-client linker module (?) : /usr/local/lib/libc-client.so.2.1. The actual error message doesn't come to mind at the moment. So I tried recompiling the imap binary; I'm using the one which comes with pine4.44. When I configured php with --with-imap=/tmp/pine4.44, it told me it should be --with-imap-ssl. So I changed it to --with-imap-ssl=/tmp/pine4.44, and re-configured it. No problems with php or apache this time. Apache and php both work wonderfully. But when I run the twiggi installation test, I get the following error regarding imap: Fatal error: Call to undefined function: imap_rfc822_parse_adrlist() in /usr/local/apache/htdocs/twiggi/lib/mail/php-imap.inc.php on line 873 After reading the Zend and Php.net pages regarding imap, I copied the new libc-client.a, rfc822.h, mail.h, and linkage.h files to my include path, and tried recompiling once more. Again, php, apache compiled fine, but the same error as above occured. Why did php tell me it configured in imap functionality and then give me this error? Any help, additional documentation would be greatly appreciated! 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]