On 7/11/10 1:35 PM, Milan Jurik wrote:
Hi,

I am trying to use FBReader (http://www.fbreader.org/) on OSol, b143.
But the result fails with

$ LC_ALL=C FBReader
loading /usr/lib/zlibrary/ui/zlui-gtk.so
ld.so.1: FBReader: fatal: nspr_use_zone_allocator: can't find symbol

Try:

 $ LC_ALL=C LD_DEBUG=files,symbols LD_DEBUG_OUTPUT=/tmp/dbg FBReader

And then inspect the /tmp/dbg.{pid} that produces the
nspr_use_zone_allocator error.  You should see who is
making the reference, and which libraries are being
searched for the definition.

These failures are typically because the object making
the reference hasn't defined the dependency it requires
that provides the symbol, or the required dependency has
been changed and no longer offers the required definition.

--
Rod
_______________________________________________
tools-linking mailing list
[email protected]

Reply via email to