Neo-Oli / termux-ubuntu

Ubuntu chroot on termux
850 stars 317 forks source link

The problem with running the executable file outside the environment. #111

Open Alexei1981 opened 4 years ago

Alexei1981 commented 4 years ago

Hey. I installed the build-essential package on Ubuntu with gcc-8 and put together the C ++ executable on it. I compiled it with static libraries (-static). So, in the environment it starts up and works, but when you try to run it outside the environment on android 8 and 9 failed. At the same time, on Android 6 and 7, it starts and works fine. Are there any dependencies left in the static file that prevent it from working on Android 8 and 9?

hdengsan commented 3 years ago

I have this problem