Re: Guitarmidi and glibc static linking

Hermann Meyer <brummer--S0/[email protected]> Fri, 10 Jul 2026 18:58:41 +0200
Newsgroups gmane.linux.audio.devel
Message-ID <[email protected]>
You may use a docker container for your github builds. That allow you to=
=20
use, for example ubuntu 20.04 with a glibc version compatible with older=
=20
distros. Those binaries been compatible with recent distros as well.

Here is a example build.yml how to setup a workflow with a docker=20
container. (This running surprisingly fast on github)

 =C2=A0https://github.com/brummer10/ToneShiftEQ/blob/main/.github/workflow=
s/build-standalone.yml

regards

hermann

Am 10.07.26 um 14:53 schrieb gm-linuxaudio.privatize920-OGrP24aSwZHk1uMJSBkQmQ@public.gmane.org:
> Hi,
> I have some users reporting that in trying to install the ubuntu
> versions of guitarmidi-lv2 on linux mint and other derivative distros
> they are having issues with the wrong glibc version.
>
> Is it possible to statically link in glibc? Is it recommended or not?
>
> Thanks