Quote:
Originally Posted by baf
You don't have to modify gargoyle.sh, as it already contains LD_LIBRARY_PATH.
|
You are absolutely right, the gargoyle.sh file I uploaded in my previous post is exactly your original file. Sorry, I did not pay attention.

So it suffices to just add the two .so files in the lib folder.
Unfortunately, it does not work with your recompiled libgarglk.so. It just prints 'Segmentation fault' in the terminal. Is there a way to get debug information on a kindle?
ldd shows both the new and old libgarglk.so are dynamically linked to libpng16, which it finds on the kindle (/usr/lib/libpng16.so.16). Why does it need both versions 12 and 16? Could this be a problem?