Quote:
Originally Posted by knc1
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.
|
[root@kindle root]#
cd /proc/sys/fs
[root@kindle fs]#
ls
Code:
aio-max-nr file-nr leases-enable overflowuid
aio-nr inode-nr mqueue suid_dumpable
dentry-state inode-state nfs
dir-notify-enable inotify nr_open
file-max lease-break-time overflowgid
and
[root@kindle fs]#
insmod binfmt_misc
insmod: can't read 'binfmt_misc': No such file or directory
Is a no.