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

version `CXXABI_1.3.8' not found #998

Open
n0cloud opened this issue Aug 18, 2023 · 14 comments
Open

version `CXXABI_1.3.8' not found #998

n0cloud opened this issue Aug 18, 2023 · 14 comments

Comments

@n0cloud
Copy link

n0cloud commented Aug 18, 2023

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.

@recrsn
Copy link
Collaborator

recrsn commented Aug 19, 2023

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

@felixmosh
Copy link

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

ldd --version

@n0cloud
Copy link
Author

n0cloud commented Aug 21, 2023

Same for me. Version 2.17

@Cleam
Copy link

Cleam commented Sep 1, 2023

Same here...

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

image

@erennyuksell
Copy link

same issue. any solution?

@felixmosh
Copy link

Downgrade to previous version of bcrypt

@erennyuksell
Copy link

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

@dandrei
Copy link

dandrei commented Sep 13, 2023

Breaking changes shouldn't be pushed with minor patches.

@LarMaySee
Copy link

Same issue, any solutions?

@faisalnjs
Copy link

Having this issue also!

@DougLeary
Copy link

Same issue (InMotion hosting)

@nhophucrious
Copy link

Still the same issue.

@ludiccc
Copy link

ludiccc commented Apr 4, 2024

This can be fixed downgrading to 5.1.0.

npm install bcrypt@5.1.0

this worked for me on a cPanel server.

@horizoncarlo
Copy link

+1

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

Downgrading works for now

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