View Single Post
Old 08-13-2012, 09:18 AM   #19
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Check from a command line in a working K3, see if this directory exists:
Code:
core2quad ~ $ ls -ld /proc/sys/fs/binfmt_misc
drwxr-xr-x 2 root root 0 2012-08-11 20:58 /proc/sys/fs/binfmt_misc
If not, then try:
insmod binfmt_misc
and then check if the directory exists.

If so, we should be able to just register the uClibc loader with it for running uClibc linked programs under a glibc system.
**should**
May take a bit of experimentation to make it work.
knc1 is offline   Reply With Quote