Closed ghost closed 1 year ago
What do you have here?
patchelf --print-rpath /data/data/com.termux/files/home/.skiko/664c862db42629565e1dd3eaaf7b5b1452f4b8472a7769a15f7e6b981ca36e1a/libskiko-linux-arm64.so
What do you have here?
patchelf --print-rpath /data/data/com.termux/files/home/.skiko/664c862db42629565e1dd3eaaf7b5b1452f4b8472a7769a15f7e6b981ca36e1a/libskiko-linux-arm64.so
It is returning an empty line
try to set rpath
patchelf --set-rpath /data/data/com.termux/files/usr/lib /data/data/com.termux/files/home/.skiko/664c862db42629565e1dd3eaaf7b5b1452f4b8472a7769a15f7e6b981ca36e1a/libskiko-linux-arm64.so
try to set rpath
patchelf --set-rpath /data/data/com.termux/files/usr/lib /data/data/com.termux/files/home/.skiko/664c862db42629565e1dd3eaaf7b5b1452f4b8472a7769a15f7e6b981ca36e1a/libskiko-linux-arm64.so
Yeah that worked and the libGL error was gone but I got new error which is related to glibc, since termux does not support glibc, I can't run my app on termux but in proot I can run, so initially my problem was resolved nor be fixable. Thanks for helping me .
you can (in theory) https://github.com/termux-pacman/glibc-packages
you can (in theory) https://github.com/termux-pacman/glibc-packages
I tried it but no success
I replaced usr/lib with glibc/lib in patchelf and copied libGL and then also it won't run and crashed
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug I'm running Termux with xfce4 with compose all platforms at once template with openjdk 17 and when I run
./gradlew run
I get error about libGL.so.1 library not found, (log at last)Affected platforms Select one of the platforms below:
Versions
To Reproduce Steps and/or the code snippet to reproduce the behavior:
Expected behavior Should Run
Logs
Additional context Nothing