Quote:
Originally Posted by twobob
I believe "not found" in this case refers to "cant be run." Ill double check
|
Clear the LD_LIBRARY_PATH thingy!
The whole point of this exercise is that you do not need anything set in LD_LIBRARY_PATH.
That information is now moved into the elf format binaries.
(AH, both of them, there are only two at the moment, busybox and lua).
Run either of those (the ones stored on /mnt/us/extensions/system/*) and everything else is "automagically", dynamically linked with the hard float libraries.
Run either of those (stored in the Amazon image) and everything is "automagically", dynamically linked with the soft float libraries.
Neat? Right?
(In fact, /mnt/us/extensions/system/* tree may hold **both** types of binaries - at the same time.)
With this set-up, it should be possible to take an application binary packaged for Debian/Jessie, open, diddle elf headers, then drop into /mnt/us/extensions/system/* and it will "just work".