Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.project > #13266

Libc6 Usage Question

From Alexis E <alexis.public.email@gmail.com>
Newsgroups linux.debian.project
Subject Libc6 Usage Question
Date 2023-04-26 03:10 +0200
Message-ID <GoBPr-4xoY-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

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 | NextNext in thread | Find similar | Unroll thread


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