View Single Post
Old 08-14-2015, 04:55 PM   #181
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
libpng16 **should** support all of the symbols of libpng12

The easiest way is to try it.

Go to the directory that has libpng12 -
Enter the command:
Code:
ln -s libpng16 libpng12
Then try Kterm again.

The symbols in ELF libraries are versioned, the dynamic loader can figure out the correct entry points.

- - - -

Otherwise, you'll have to download the earlier firmware version from Amazon -
Then use KindleTool to unpack the update, find libpng12, and move it to the same place on the Kindle that holds libpng16.

Note:
You shouldn't have to diddle LD_LIBRARY_PATH any more than it already gets diddled in either case.

Last edited by knc1; 08-14-2015 at 04:58 PM.
knc1 is offline   Reply With Quote