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

Latest build 0.6.0 requires glibc-2.32 or later which is not available for OracleLinux 8 #474

Open
1 of 2 tasks
dexkeg opened this issue Sep 10, 2024 · 2 comments
Open
1 of 2 tasks

Comments

@dexkeg
Copy link

dexkeg commented Sep 10, 2024

I'm submitting a ...

  • bug report
  • feature request

What is the current behavior?

Until 0.5.2 the exporter was working. since 0.6.0 the exporter requires glibc-2.32 or later which is not available for OracleLinux 8.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

/u03/prometheus/exporter/oracledb_exporter/oracledb_exporter: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /u03/prometheus/exporter/oracledb_exporter/oracledb_exporter)

What is the expected behavior?

The exporter should work using glibc-2.28-*

What is the motivation / use case for changing the behavior?

Supporting OS OracleLinux 8

Please tell us about your environment:

exporter Version:0.5.2

OS:
NAME="Oracle Linux Server"
VERSION="8.10"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="8.10"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Oracle Linux Server 8.10"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:8:10:server"

@manururu
Copy link

Same for Rocky Linux 8 (having 2.28 here)

@Obito1903
Copy link

Building without glibc using CGO_ENABLED=0 env variable fix the issue on oracle linux 8.
Would be nice to include a no-glibc version in the releases so it can run on older systems

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

No branches or pull requests

3 participants