On Dec 6 2007 10:39, Wes Hardin wrote: > > manhack:/usr/gnemul/solaris/bin# file ./uname > ./uname: ELF 32-bit MSB executable, SPARC, version 1 (SYSV), dynamically linked > (uses shared libs), stripped > manhack:/usr/gnemul/solaris/bin# ./uname > -bash: ./uname: No such file or directory > > I don't know if the Linux ldd is supposed to work on these binaries, but it > doesn't: > > manhack:/usr/gnemul/solaris/bin# ldd ./uname > /usr/bin/ldd: line 117: ./uname: No such file or directory I suppose you need the Solaris libraries too, including dynamic linker. See output of `readelf -d uname`. - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html