Hi
THat is the message I get wehen I ssh to my tablet and run "mc". Naturally mc is installed on the tablet in Termux.
I am using CM 13 Marshmallow
thanks
Hmmm
I was running as "su" when I tried to do that.
When running su, the LD_LIBRARY_PATH environment variable needed by Termux packages to find shared libraries get lost.
For a utility script working around that see https://github.com/cswl/tsu, which you can install with apt update && apt install tsu.
@fornwall
thanks
cheers
its worked, but everytime i going back to terminal again its says CANNOT LINK EXECUTABLE: library "libandroid-support.so" again, so i must type it manually for every start termux
Uhhm I can't run tsu
and I need to run it because I read in another issue that java won't work on armv7 devices properly
CANNOT LINK EXECUTABLE: library "libandroid-support.so" not found
This is what it says when running it
My phone is Samsung galaxy grand quattro
Most helpful comment
When running
su, theLD_LIBRARY_PATHenvironment variable needed by Termux packages to find shared libraries get lost.For a utility script working around that see https://github.com/cswl/tsu, which you can install with
apt update && apt install tsu.