> > 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 > > a common mistake in compiling php is thinking installing the c-client on > your system is enough :) > > a little cut'n'paste from the docs: > [snip cut'n'paste] > > did you rename the files?
(Was I supposed to rename the files?) I've followed the directions from the docmuentation, to the 'T'. Unless apache is looking for the rfc822.h et al in /usr/local/include and _not_ /usr/local/include/c-client, I don't see why I'm having so many problems. I'll try moving those *.h files up a directory and try once more...[sigh] [snip some rant about the c-client being broken... ;-)] > > the c-client libs arnt broken :) I'll take your word for it. But as for getting it to work... --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]