I'm sorry, but this problem seems to go back to the PHP people, or possibly to
the Cyrus people.

It looks like PHP is trying to link with two libraries, libc-client.a and
libcyrus.a, and that both libraries have routines named fatal() and fs_get().

c-client has had these routine names as globals for a long time (15 years),
long before Cyrus existed.  If libcyrus.a is supposed to be lunk with c-client
in an application, it can not define global routines with these names.

So either it is a Cyrus problem (libcyrus.a uses conflicting global names), or
it is a PHP problem (PHP is linking two incompatible libraries).  That is
something that you'll need to discuss with the PHP and/or Cyrus people.

I do not know enough about either Cyrus or PHP to be able to determine which
one of these two possibilities that it is.  I can, however, tell you that it's
not a c-client problem.

I don't know why [EMAIL PROTECTED] told you that it was a "c-client compile".
It is clearly doing a link, not a compile; and this link is in PHP and not in
c-client.  c-client was obviously lunk quite some time earlier.

Reply via email to