version `GLIBC_2.34' not found
xxzj990 opened this issue · 2 comments
xxzj990 commented
Can not start
When i try to start manually with:
cd /usr/local/emhttp/plugins/unbalanced
./unbalanced -port 7090
get this error:
./unbalanced: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./unbalanced)
./unbalanced: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./unbalanced)
unraid version: 6.9.1
unbalanced-2024.01.11
my libc info:
lrwxrwxrwx 1 root root 12 Mar 9 2021 libc.so.6 -> libc-2.30.so*
jbrodriguez commented
hi, that's an old unraid version, i only tested on 6.12.x
it's entirely possible that 6.9.x doesn't contain a recent version of libc :(
btw, the recommended way to run it from the command line would be
env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /usr/local/emhttp/plugins/unbalanced --port 7090
xxzj990 commented
hi, that's an old unraid version, i only tested on 6.12.x
it's entirely possible that 6.9.x doesn't contain a recent version of libc :(
btw, the recommended way to run it from the command line would be
env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /usr/local/emhttp/plugins/unbalanced --port 7090
Thanks for your reply, I will continue to use the old version.