On Sun, Apr 15, 2007 at 12:29:52PM +0100, Mikolaj Kucharski wrote:
> Hi,
>
> Currently there is two expat libraries in OpenBSD, one in ports, and one
> in Xenocara. I'm working on some ports related to GNOME 2.18 and one
> port compiled with two versions of expat
>
> > # cd w-gucharmap-1.10.0-no_gnome-mystuff/fake-i386-no_gno...
> > # objdump -p lib/libgucharmap.so.1.0 | grep expat
> > NEEDED libexpat.so.6.0
> > # objdump -p bin/gucharmap | grep expat
> > NEEDED libexpat.so.7.0
>
>
> This gives false error about missing system library. Of course there is
> a problem here but message could be different about this. Can someone
> tell me how to resolve this issue. Should I try to force this package
> to compile with xenocara's expat or this version from ports?
>
This is currently a mess. We're aware of it.