libc.so.6: version 'GLIBC_2.34' not found
- Lazarus/FPC Version: Lazarus 2.2.0 (rev lazarus_2_2_0-0-g4d49533f10) FPC 3.3.1 x86_64-linux-qt5
- Operating System: Arch Linux
- CPU/Bitness: Intel Core i7-9700K @ 8x 4.9GHz / 64 Bit
A compiled program on my system is not usable on another system where the version of glibc is lower than mine.
What happens
I'm running my program in Debian Jessie and getting the error:
project1: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.34' not found (required by /program/project1)
What did you expect
Successful launch of the program.
Steps to reproduce
Compile the nested project in Arch Linux with the latest updates Project-Test.zip
Run the compiled project on Debian Jessie