Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.project > #13268
| From | Alexis E <alexis.public.email@gmail.com> |
|---|---|
| Newsgroups | linux.debian.project |
| Subject | Re: Libc6 Usage Question |
| Date | 2023-04-26 10:40 +0200 |
| Message-ID | <GoIQV-4CjB-7@gated-at.bofh.it> (permalink) |
| References | <GoBPr-4xoY-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
I discovered there are more lists than just this one, so I'll be forwarding the email to the appropriate list (which I believe to be debian-glibc@lists.debian.org). I should mention, I'm so glad I only supplied my first name as I did not know that y'all could even get the name I supplied to Google, much less that it would be published. I would rather not publish my name and only be referenced by email On Tue, Apr 25, 2023 at 6:29 PM Alexis E <alexis.public.email@gmail.com> wrote: > Dear Debian Mailing List, > I am working on a project which requires libc6. When I build this > project on my laptop, the project works fine as it builds for the libc6 on > my laptop, however, when I build it in Github actions, the project fails to > run, due to Debian not having a libc6 version as low as GLibC 2.32. I've > tried to compile my project to musl, statically, and even just embedding > the correct version of libc6 in the lib folder that I set my rpath to. I've > either had segfaults or failed builds. I would like to ask how I can either > support an older version of libc6 or upgrade any customers' systems to the > correct version. I'd also happily accept not requiring libc6 at all. > > How may I achieve this? > > Thank You, > Alexis > > ```bash > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found > (required by ./project) > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found > (required by ./project) > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found > (required by ./project) > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found > (required by lib/libSDL2-2.0.so.0) > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found > (required by lib/libSDL2-2.0.so.0) > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found > (required by lib/libSDL2-2.0.so.0) > ./project: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found > (required by lib/libfreetype.so.6) > ``` >
Back to linux.debian.project | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Libc6 Usage Question Alexis E <alexis.public.email@gmail.com> - 2023-04-26 03:10 +0200
Re: Libc6 Usage Question <tomas@tuxteam.de> - 2023-04-26 10:40 +0200
Re: Libc6 Usage Question Alexis E <alexis.public.email@gmail.com> - 2023-04-26 10:40 +0200
Re: Libc6 Usage Question Andrey Rakhmatullin <wrar@wrar.name> - 2023-04-26 13:20 +0200
Re: Libc6 Usage Question Steve Langasek <vorlon@debian.org> - 2023-04-26 10:40 +0200
Re: Libc6 Usage Question Andrey Rakhmatullin <wrar@wrar.name> - 2023-04-26 10:40 +0200
Re: Libc6 Usage Question Sam Morris <sam@robots.org.uk> - 2023-04-26 19:40 +0200
csiph-web