Hi

While using package argon2 we get this error:

/lib64/libc.so.6: versionGLIBC_2.25' not found (required by /home/kptac/apps/kptac_erp/node_modules/argon2/lib/binding/napi-v3/argon2.node)`

CentOS has these by default:

$ strings /lib64/libc.so.6 | grep ^GLIBC
GLIBC_2.2.5
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_PRIVATE
GLIBC_2.8
GLIBC_2.5
GLIBC_2.9
GLIBC_2.7
GLIBC_2.6
GLIBC_2.11
GLIBC_2.16
GLIBC_2.10
GLIBC_2.17
GLIBC_2.13
GLIBC_2.2.6

Is there anyway to update this?

  • sean replied to this.

    kptac we can't update the system glibc as nearly the entire OS depends on the current glibc.

    If you want to try building your own glibc that you can use to link your other software then there are some tips that might help at: https://stackoverflow.com/a/851229/838018

    Mastodon