Open fredvs opened 2 years ago
Hello.
Screenshot of LazPaint compiled on last Xubuntu 23.04 and run on Ubuntu 10.04 from 2010. (previous versions of Ubuntu did not install on my VM).
Here the binary for Linux amd64. lazpaint_timeless_linux_amd64.zip
It was compiled with new fpc-ootb-glibc225 that does not need to tweak with a fake libdl.so. https://github.com/fredvs/freepascal-ootb/releases/download/3.2.2/fpc-ootb-322-x86_64-linux_glibc225.zip
(Tant pis si FPC ne bouge pas, moi j'avance...)
Super !
J'ai ajouté l'archive timeless_no_install dans la release: https://github.com/bgrabitmap/lazpaint/releases/download/v7.2.2/lazpaint7.2.2_timeless_linux_amd64.zip
Hello.
I try to run, on last Debian 11, LazPaint from _lazpaint7.2.2_linux64_noinstall.tar but get this error.
> /home/fred/Downloads/lazpaint/lazpaint
This means that you have compiled + linked with a version of libc.so.6 newer than the one of Debian 11 ( GLIBC 2.31for Debian 11) ( Note that libc.so.6 is also a executable!)
fred@fred-80m0 ~> /lib/x86_64-linux-gnu/libc.so.6
My humble advice is, for release, to be compatible with a maximum of distros, to compile it with a older version of libc.so.6, maybe from the last Debian LTS: https://wiki.debian.org/LTS/Extended It is Debian 10 “Buster”