On Mon, 13 Nov 2000, Chris Blazie wrote:

>       with the strace output included below.  Am I behind the version
> curve somewhere here or could it be a corrupt shared library?

You might use objdump to find out. Try "objdump --dynamic-reloc <library
name>" and see if there's something strange. You should specially look out
for relocations of the type R_ARM_PC24 - those are not allowed in a shared
library and you'd have to rebuild it.

> open("/usr/local/lib/libunicode.so.0", O_RDONLY) = 3

This might be candidate No. 1 as it is the last library loaded.




_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm

Reply via email to