Hi,
Accidentally I mixed up between 32Bit and 64Bit library files on my x86 embedded Linux system. I'm now trying to find out which .so-File could be the wrong one.
Do you know any tool to analyze .so files?
In my strace logs I found calls to fstat64(). Which .so-file contains the fstat() routine?
Thanks