2025-12-14, 06:21 PM
(2025-12-01, 04:42 PM)Eugen Enache Wrote: Hi, I've updated the line 6 from jellyfin.sh file to jellyfin/jellyfin:10.10.7, but i still receive the error CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/bin/proot": library "/usr/lib/jellyfin/libjemalloc.so.2" not found: needed by main executable.
Is there anything else I can do to make it work?
Thanks in advance
There was a missing dep search earlier in jellyfin image discussed here.
Have updated the fix in this commit.
You can update it now -
Code:
cd ~/Termux-Udocker; git pullAnd remove old non-functional container -
Code:
udocker rm jellyfin-serverCode:
udocker rmi jellyfin/jellyfinDone. Start it -
Code:
~/Termux-Udocker/jellyfin.sh