Error installing build-essential on Ubuntu (AnLinux) inside Termux (Android 5, legacy version)
I’m running a legacy version of Termux (the last one available for Android 5). I installed Ubuntu using the script provided by AnLinux, and I can enter the environment successfully using: ./start-ubuntu.sh
However, when I try to install build-essential with:
apt-get install -y build-essential
I get this error:
error while loading shared libraries: libm.so.6: cannot stat shared object: operation not permitted
It seems like Ubuntu is unable to access libm.so.6 properly inside this setup, Any ideas on how to fix or work around this?
1 Reply
AnLinux is 3rd party software we offer zero support for.