View Single Post
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#3040
Originally Posted by sulu View Post
A 2nd difference is this line in the not_working output:
Code:
chroot: can't execute '/sbin/qobi-wmhint-fix': No such file or directory
However, the file is there:
Code:
~# ls /.debian/sbin/qobi-wmhint-fix 
/.debian/sbin/qobi-wmhint-fix
But if I call it from within the lxde-desktop I get this error:
Code:
# pwd
/sbin
# qobi-wmhint-fix
sh: 18: qobi-wmhint-fix: not found
Now, I know this isn't supposed to work, but I would have expected some other error message.
I guess this is the most likely candidate for the problem's reason, but I don't know how to fix it.
You should recompile qobi-wmhint-fix for armhf or eventually try to symlink: ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
 

The Following 2 Users Say Thank You to elros34 For This Useful Post: