ID:               19701
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
-Bug Type:         Compile Warning
+Bug Type:         IMAP related
 Operating System: OpenBSD 3.1
 PHP Version:      4.2.3
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


And add your full configure line into this report too..



Previous Comments:
------------------------------------------------------------------------

[2002-10-01 20:55:12] [EMAIL PROTECTED]

The c-client library is static, however php assumes that the library is
shared.  When apache (1.3.26) is started with php compiled with
--with-imap=/path/to/imap  (I'm using the latest release candidate) I
get the error

/usr/libexec/ld.so: Undefined symbol "_unixdriver" in
httpd:/usr/local/apache/libexec/libphp4.so

I've changed the LDFLAGS to include -lc-client but when compiling I
receive this error:

Warning: This library needs some functionality provided by -lc-client.
I have the capability to make that library automatically link in when
you link to this library.  But I can only do this if you have a
shared version of the library, which you do not appear to have.

The unixdriver function is in libc-client.a - how do I get it to link
statically?


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=19701&edit=1

Reply via email to