Quote:
Originally Posted by geekmaster
A script just finished that had been running all night, scanning all my mounted drives using "file" to search for ARM static executables. Interestingly, the vast majority of ARM static programs are "ldconfig", which makes sense in that you cannot dynamically load the loader configuration utility with an unconfigured loader.
|
Many of the rest are probably sln(1), a statically-linked ln(1) whose sole purpose is establishing the ld.so symlink after glibc is installed (without which, of course, no dynamically linked programs will have a hope of starting).