i am on debian 11, and built the linux package. this worked, but once i do /usr/bin/Cabbage
, i get these error messages:
/usr/bin/Cabbage: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by /usr/bin/Cabbage) /usr/bin/Cabbage: /lib/x86_64-linux-gnu/libstdc++.so.6: version
GLIBCXX_3.4.29’ not found (required by /usr/bin/Cabbage)
/usr/bin/Cabbage: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.35' not found (required by /usr/bin/Cabbage) /usr/bin/Cabbage: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32’ not found (required by /usr/bin/Cabbage)
/usr/bin/Cabbage: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /usr/bin/Cabbage) /usr/bin/Cabbage: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33’ not found (required by /usr/bin/Cabbage)
i also tried downloading the sources and run python build.py --config=Release --installLinuxDeps=True
but this did not help.
anyone knows what is missing here? thanks -
joachim