> Sterling,
> as you know we have a problem with linking Sablotron with Expat
> libraries. Here is a short explanation and a proposal:
>
> 1. If Sablotron is build with Exapt sources, expat is _not_ linked
> 2. If Sablotron is build w/o Expat sources, preinstalled Expat is linked.
>
> Explanation is simple: libtool deny link a shared library with another
> ones, because not all systems do support it. Actually, we shouldn't link
> expat in the second case too.
>
> The correct solution is to link all libraries with a final executable file.
>
> So I guess, you should add libxmlparse and libxmltok while linking
> sablotron extension, we should avoid linking of Expat with libsablot in
> any case.
>
> Is it possible?
Sorry for the length of my reply, I'm moving to Italy right after ApacheCon so
I've been somewhat busy :)...
Let me just see if I understand you correctly:
I'll link against libxmltok and libxmlparse regardless, and you won't link
libsablot against libxmltok and libxmlparse regardless.
If this is correct, let me know and I'll make the neccessary changes to PHP's
CVS repository.
Thanks,
Sterling
[EMAIL PROTECTED]