iamseth / oracledb_exporter

Prometheus Oracle database exporter.
MIT License
472 stars 242 forks source link

Release 0.6.0 not satrt #433

Closed anch665 closed 2 months ago

anch665 commented 3 months ago

Release 0.6.0 not satrt

 /usr/local/bin/oracledb_exporter --default.metrics /etc/oracledb_exporter/default-metrics.toml --log.level info --web.listen-address :9077 --query.timeout=120 --scrape.interval=60s
/usr/local/bin/oracledb_exporter: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/oracledb_exporter)
/usr/local/bin/oracledb_exporter: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/oracledb_exporter)
ll /lib64/libc.so.6
lrwxrwxrwx 1 root root 12 May 15  2018 /lib64/libc.so.6 -> libc-2.17.so
uname -a
Linux db01.domain.ru 4.1.12-124.14.5.el7uek.x86_64 #2 SMP Fri May 4 15:26:53 PDT 2018 x86_64 x86_64 x86_64 GNU/Linux
Yannig commented 3 months ago

I think that your Linux version is to old. Can you try to upgrade to a newer version?

anch665 commented 3 months ago

@Yannig I know that it is old, there is also no way to update or install docker

Yannig commented 3 months ago

I'm sorry to have to say this but I must remind you that this project is an open source project that works with an extremely expensive proprietary product.

If you really need to have recent versions of the exporter running on old OS versions, you can always contact me at my email. I will be happy to provide you support to work on your needs through my regular job.

Regards

xiaohaozifeifeifei commented 1 month ago

I have a same question.

xiaohaozifeifeifei commented 1 month ago

I think that your Linux version is to old. Can you try to upgrade to a newer version?

If I recompile with an earlier version of glibc, will it work fine on an older version of linux?

DanielGUO123 commented 3 weeks ago

I have a same question.OS version:centos7.9 and Centos8.0