Darkland | net

Termux Cannot Link Executable

Published on 26 Feb, 2021 by amj
Reference: https://github.com/termux/termux-app/issues/1703
Open failsafe shell by long-pressing on the launch icon.

Enter the following from the failsafe shell:

export PREFIX=/data/data/com.termux/files/usr
export LD_LIBRARY_PATH=$PREFIX/lib
export PATH=$PREFIX/bin

Run:
termux-upgrade-repo

Then run:
~/termux-reinstall.sh
Back