Closed
Description
The binaries provided in the 11.1 release package (at least cedev-config
, probably others) are linked against glibc 2.34 but Debian stable (bullseye) is still shipping glibc 2.31 so attempting to build a program fails:
cedev-config: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by cedev-config)
make: *** No targets. Stop.
Release packages should either be statically linked in their entirety, or link against an old version of glibc to avoid these kinds of problems; a common solution is to do release builds on a very old distro (often the oldest still-supported version of CentOS), but I'd be happy with something like Debian oldstable as a target.