Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android version 11 :library "libicuuc.so.69" not found when run R #134

Closed
leechaowen opened this issue Nov 2, 2021 · 2 comments
Closed

Comments

@leechaowen
Copy link

~ $ R
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/lib/R/bin/exec/R": library "libicuuc.so.69" not found: needed by main executable

~ $ termux-info
Application version:
0.117
Packages CPU architecture:
aarch64
Subscribed repositories:

sources.list

deb https://mirrors.tuna.tsinghua.edu.cn/termux/apt/termux-main stable main

game-repo (sources.list.d/game.list)

deb https://packages.termux.org/apt/termux-games games stable

science-repo (sources.list.d/science.list)

deb https://packages.termux.org/apt/termux-science science stable

sources.list.d/pointless.list

deb https://its-pointless.github.io/files/24 termux extras
Updatable packages:
All packages up to date
Android version:
11
Kernel build information:
Linux localhost 4.19.152-perf+ #1 SMP PREEMPT Tue Aug 24 12:43:14 CST 2021 aarch64 Android
Device manufacturer:
Lenovo
Device model:
Lenovo TB-J716F

i try to ln to other libicu .but meet another problem now:

.../usr/lib $ ln -s libicuuc.so.70.1 libicuuc.so.69
.../usr/lib $ ln -s libicudata.so.70.1 libicudata.so.69
.../usr/lib $ ln -s libicui18n.so.70.1 libicui18n.so.69

~ $ R
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/lib/R/bin/exec/R": cannot locate symbol "ucol_open_69" referenced by "/data/data/com.termux/files/usr/lib/R/lib/libR.so"...
~ $

how to fix it ? Thanks your support.

@leechaowen
Copy link
Author

i could compiled r-base source code in termux now. i will make summary note later.

@dipayand
Copy link

dipayand commented Dec 7, 2021

Is the new version available? r-base recompiled with libcuu version 70?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants