Quote:
Originally Posted by pazos
Nah, the link still works. If your browser redirects you to unsecure url (http) make sure you turn that into https and try again.
It returns a 403 on http. It returns the binary on https
|
Wow! I didn't know that. Thank you very much, pazos.
When I checked the file(inotifywait) with "file inotifywait", it returns
"inotifywait: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.33, stripped"
To use inotifywait standalone on Kindle, doesn't it need to be statically built? I tried building it statically multiple times on Windows, but it kept coming out dynamically linked, so I thought I had failed. Given that, is it still okay to use inotifywait like this on the Kindle Scribe?
edit :
I've confirmed that it's working properly. I should have paid attention to what NiLuJe wrote: 'it has zero dependencies.'
Many thanks to both NiLuJe and pazos.