You've got the right idea, but went about it the wrong way. FYI, the three important lines are the apps that were run: "ldd flasher" "ldd ubinize" and "ldd mkfs.ubifs" ldd - If you haven't already looked it up - lists all libraries required for a specific application. If you want to copy an application to another system, you have to copy all of it's required libraries also, or else it won't work. Now, the applications in question... Where have I seen those before?. ;3