View Single Post
Old 09-28-2014, 09:37 AM   #119
mobusr
Enthusiast
mobusr began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Sep 2014
Device: pw2
Quote:
Originally Posted by knc1 View Post
That may just be the behavior of that version of Busybox Ash.

See if that Ash can "which" any other symlinks.
it works for bash, but not for python:
Code:
[root@kindle root]# which bash
/bin/bash
[root@kindle root]# ls -al /bin/bash
lrwxrwxrwx    1 root     root             7 Apr 23 12:50 /bin/bash -> busybox
basically works ONLY for every symlink pointed to busybox.

Quote:
- - - -
OR try the most recent busybox build (in the ARMhf on Kindle tar ball).
Yes, you can run that version of Ash and all/any of the existing Kindle image files.
The "HowTo" page shows how to switch command line interpreters.
will try this later, thanks
mobusr is offline   Reply With Quote