Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 08:18:58 -0800
From:      Sean McNeil <sean@mcneil.com>
To:        ports@freebsd.org
Subject:   xerces-c and iconv
Message-ID:  <1079021938.69399.2.camel@server.mcneil.com>

next in thread | raw e-mail | index | archive | help
Hi,

I just built a java application that is using xerces-c and found what
looks like a library dependency issue:

/libexec/ld-elf.so.1: /usr/local/lib/libxerces-c.so.25: Undefined symbol
"libiconv_open"

when I do an ldd on the library,

/usr/local/lib/libxerces-c.so.25:
        libpthread.so.1 => /usr/lib/libpthread.so.1 (0x284f4000)
        libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28518000)
        libm.so.2 => /lib/libm.so.2 (0x285d8000)

Is this library using iconv yet not linking against it?

Thanks,
Sean




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1079021938.69399.2.camel>