Re: Guitarmidi and glibc static linking

gm-linuxaudio.privatize920-OGrP24aSwZHk1uMJSBkQmQ@public.gmane.org Sat, 11 Jul 2026 01:20:31 +0200
Newsgroups gmane.linux.audio.devel
Message-ID <[email protected]>
Thanks,
will check it out
Gerald
On Fri, 2026-07-10 at 18:58 +0200, Hermann Meyer - brummer- at web.de
wrote:
> 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.
>=20
> Here is a example build.yml how to setup a workflow with a docker=20
> container. (This running surprisingly fast on github)
>=20
> =C2=A0=C2=A0
> https://github.com/brummer10/ToneShiftEQ/blob/main/.github/workflows/
> build-standalone.yml
>=20
> regards
>=20
> hermann
>=20
> 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.
> >=20
> > Is it possible to statically link in glibc? Is it recommended or
> > not?
> >=20
> > Thanks