TugboatBill 16 Posted August 1 Posted August 1 I upgrade to the latest release and I see in the service startup: Aug 01 11:13:33 Emby sh[1632]: /bin/sh: /opt/emby-server/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/sh) Aug 01 11:13:33 Emby sh[1632]: /bin/sh: /opt/emby-server/lib/libc.so.6: version `GLIBC_2.33' not found (required by /bin/sh) Aug 01 11:13:33 Emby sh[1632]: /bin/sh: /opt/emby-server/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/sh) And of course the service fails to start. This is on Debian 6.12.94-1 (2026-06-20) x86_64 (not docker) I saw this trying to upgrade from 4.9.3.0 to 4.9.4.0 and to 4.9.5.0
alucryd 340 Posted Monday at 09:30 PM Posted Monday at 09:30 PM Hi there, I can't reproduce on a fresh Debian 13 VM. Are you using systemd to run the service? Do you have LD_LIBRARY_PATH set in /etc/conf.d/emby-server.conf? If so, try removing it, that file should not set LD_LIBRARY_PATH.
TugboatBill 16 Posted Monday at 10:39 PM Author Posted Monday at 10:39 PM Yes, I'm using systemd. I don't have the /etc/conf.d folder. I do have /etc/emby-server.conf and /etc/init/emby-server.conf. Neither have LD_LIBRARY_PATH defined though.
alucryd 340 Posted Tuesday at 04:20 PM Posted Tuesday at 04:20 PM Did you modify the service in any way? Using systemctl edit for example? This can only happen if our LD_LIBRARY_PATH is already present in the environment when systemd runs our launcher script.
alucryd 340 Posted 56 minutes ago Posted 56 minutes ago @TugboatBillMight have found a way to stop depending on LD_LIBRARY_PATH, would you give a test build a try?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now