node.bcrypt.js icon indicating copy to clipboard operation
node.bcrypt.js copied to clipboard

version `CXXABI_1.3.8' not found

Open n0cloud opened this issue 1 year ago • 14 comments

Hello, We have some servers using CentOS 7 and upgrading bcrypt to v5.1.1 seem to cause an issue with the pre-built binairy.

It seem to be the same issue as #863

Only happen with v5.1.1, v5.1.0 still work.

n0cloud avatar Aug 18 '23 16:08 n0cloud

What's the current glibc version in CentOS 7?

It's becoming increasingly difficult to maintain binaries for RHEL/CentOS since they stopped providing Docker images

recrsn avatar Aug 19 '23 07:08 recrsn

Same here... :| On my server the glibc version is: ldd (GNU libc) 2.17, I've checked it with

ldd --version

felixmosh avatar Aug 20 '23 08:08 felixmosh

Same for me. Version 2.17

n0cloud avatar Aug 21 '23 13:08 n0cloud

Same here...

strings /usr/lib64/libstdc++.so.6|grep CXXABI

image

Cleam avatar Sep 01 '23 08:09 Cleam

same issue. any solution?

erennyuksell avatar Sep 06 '23 09:09 erennyuksell

Downgrade to previous version of bcrypt

felixmosh avatar Sep 06 '23 10:09 felixmosh

i follow this guide https://medium.com/@zilch0/gcc-install-gcc-4-9-4-on-centos-7-ce83f5240fe7 and then run this command npm rebuild bcrypt --build-from-source my problem was solved

erennyuksell avatar Sep 07 '23 08:09 erennyuksell

Breaking changes shouldn't be pushed with minor patches.

dandrei avatar Sep 13 '23 07:09 dandrei

Same issue, any solutions?

larmaysee avatar Mar 21 '24 05:03 larmaysee

Having this issue also!

faisalnjs avatar Mar 29 '24 00:03 faisalnjs

Same issue (InMotion hosting)

DougLeary avatar Apr 01 '24 22:04 DougLeary

Still the same issue.

nhophucrious avatar Apr 04 '24 00:04 nhophucrious

This can be fixed downgrading to 5.1.0.

npm install [email protected]

this worked for me on a cPanel server.

ludiccc avatar Apr 04 '24 20:04 ludiccc

+1

Strange to have such a change going from 5.1.0 -> 5.1.1

Downgrading works for now

horizoncarlo avatar Apr 29 '24 20:04 horizoncarlo