codextended
codextended copied to clipboard
Debian 11 'GLIBC_2.34' not found
Hey All,
I have Debian 11 from my hosting provider which comes with GLIBC_2.31. As you can see:
root@1eternity:~/cod1/myserver# ldd --version
ldd (Debian GLIBC 2.31-13+deb11u8) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Whenver I try to launch the latest version of codextended.so from here: https://github.com/xtnded/codextended/releases/download/v21-03-12-2023/codextended.so I get this errror:
root@1eternity:~/cod1/myserver# ./start_server_no_docker.sh
/root/cod1/myserver/cod_lnxded: /lib32/libc.so.6: version `GLIBC_2.34' not found (required by /root/cod1/myserver/codextended.so)
/root/cod1/myserver/cod_lnxded: /lib32/libc.so.6: version `GLIBC_2.33' not found (required by /root/cod1/myserver/codextended.so)
which is a valid error. I have tried using docker to circumvent the library issue but I feel like it is introducing random hitch warnings on my server. I want to try without docker.
Can anyone please help me compile with the older ldd so I can run without docker on my Debian 11?
Tagging @PrawyCoD1 .