Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/container/engine_i486.so) #1055

Closed
EVOLCORE opened this issue Oct 12, 2024 · 1 comment · Fixed by #1056

Comments

@EVOLCORE
Copy link

EVOLCORE commented Oct 12, 2024

While try to start server getting in console:

Error: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/container/engine_i486.so)
Unable to load engine, image is corrupt.

Steps i have take to fix issue:

ls -l /lib/i386-linux-gnu/libc.so.6
-rwxr-xr-x 1 root root 2225200 Aug 15 11:10 /lib/i386-linux-gnu/libc.so.6

root@cs-down:~# strings /lib/i386-linux-gnu/libc.so.6 | grep GLIBC
GLIBC_2.0
GLIBC_2.1
GLIBC_2.1.1
GLIBC_2.1.2
GLIBC_2.1.3
GLIBC_2.2
GLIBC_2.2.1
GLIBC_2.2.2
GLIBC_2.2.3
GLIBC_2.2.4
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28
GLIBC_2.29
GLIBC_2.30
GLIBC_2.31
GLIBC_2.32
GLIBC_2.33
GLIBC_2.34
GLIBC_2.35
GLIBC_2.36
GLIBC_ABI_DT_RELR
GLIBC_PRIVATE
GNU C Library (Debian GLIBC 2.36-9+deb12u8) stable release version 2.36.
  • Removed old libstdc++.so.6 replaced new one from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 , also linked it and give rights
  • Removed old libc.so.6 replaced new one from /usr/lib/x86_64-linux-gnu/libc.so.6, also linked it and give rights
  • Compiled ReHLDS on system Debian 12
cmake version 3.25.1
gcc (Debian 12.2.0-14) 12.2.0
Debian clang version 14.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

Installed libraries:

dpkg --add-architecture i386
gcc-multilib g++-multilib
build-essential
libc6-dev libc6-dev-i386
@mlibre2
Copy link

mlibre2 commented Oct 13, 2024

fix "temp" #1040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants