in reply to Re: How to resolve the "Exec Format Error"
in thread How to resolve the "Exec Format Error"
This was useful for me. To help people like me, whom are not as familiar with Unix as we should be.
lld -r <library> - was very useful to determine what is unresolved. file <lib|exe> - helped me find that there was a mismatch with my shar +ed lib and the perl executible. chatr <library> - can help find library dependancies and library searc +h paths.
I'm still having troubles with some unresolved externals, but I think I am on the right path.
Thanks for your help.