January 30, 2019 at 8:02 PM #1 Hello!I need to put lib libass.so.5 in /usr/lib but i can't do this because file system is read-onlyThis is possible?Thank you
January 30, 2019 at 8:34 PM Official Post #2 Put your library in a writable directory, ie somewhere in /storage.Then, add that directory path to LD_LIBRARY_PATH, egexport LD_LIBRARY_PATH=/path/to/libass.so.5:$LD_LIBRARY_PATH