PHP Code:
mint17-32 K1 # uclibc/bin/busybox
/lib/ld-uClibc.so.0: No such file or directory
mint17-32 K1 # file uclibc/lib/ld-uClibc.so.0
uclibc/lib/ld-uClibc.so.0: symbolic link to 'ld-uClibc-0.9.29.so'
mint17-32 K1 # file uclibc/lib/ld-uClibc-0.9.29.so
uclibc/lib/ld-uClibc-0.9.29.so: ELF 32-bit LSB shared object, ARM, EABI4 version 1 (SYSV), dynamically linked, stripped
mint17-32 K1 #
I executed that busybox binary without a chroot just to receive that missing library error message, then investigated that "missing" library. It acts like the problems I see on my K1, with apparently "missing" (but not missing) files too. Some kind of incompatibility or misconfiguration, surely, but I have no idea what to try next other that random poking around in the dark (and more googling tons more old web pages with dead links in them).