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

CANNOT LINK EXECUTABLE "rsync": library "libpopt.so.0" not found #5471

Closed
stuart-little opened this issue Jul 4, 2020 · 2 comments
Closed
Labels
bug report Something is not working properly.

Comments

@stuart-little
Copy link

stuart-little commented Jul 4, 2020

Problem description

Running rsync produces the error in the title:

CANNOT LINK EXECUTABLE "rsync": library "libpopt.so.0" not found

Both libpopt and libpopt-static are installed.

Steps to reproduce

Install and run rsync.

Expected behavior

rsync running as usual.

Additional information

Packages CPU architecture:
aarch64
Subscribed repositories:
\# sources.list
deb https://termux.org/packages/ stable main
\# game-repo (sources.list.d/game.list)
deb https://dl.bintray.com/grimler/game-packages-24 games stable
\# sources.list.d/science.list.bak
deb https://dl.bintray.com/grimler/science-packages-24 science stable
\# science-repo (sources.list.d/science.list)
deb https://dl.bintray.com/grimler/science-packages-24 science stable
\# sources.list.d/game.list.bak
deb https://dl.bintray.com/grimler/game-packages-24 games stable
Updatable packages:
All packages up to date
Android version:
10
Kernel build information:
Linux localhost 4.9.179-perf+ #1 SMP PREEMPT Tue May 5 21:31:00 CST 2020 aarch64 Android
Device manufacturer:
OnePlus
Device model:
ONEPLUS A6013

Edit

Symlinking libpopt.so (which I do have) to libpopt.so.0 (which I don't) changes the error:

CANNOT LINK EXECUTABLE "rsync": cannot find "libpopt.so.0" from verneed[1] in DT_NEEDED list for "/data/data/com.termux/files/usr/bin/rsync"
@ghost ghost added the bug report Something is not working properly. label Jul 4, 2020
ghost pushed a commit that referenced this issue Jul 4, 2020
Rebuild rsync for #5471.
@Grimler91
Copy link
Member

Should be fixed now, run pkg upgr to get a re-built version of rsync.

Thanks for reporting!

@stuart-little
Copy link
Author

Thanks! I can confirm the error's gone after upgrading rsync.

@termux termux locked and limited conversation to collaborators Oct 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug report Something is not working properly.
Projects
None yet
Development

No branches or pull requests

2 participants