-
Notifications
You must be signed in to change notification settings - Fork 267
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
[sciter-x-api.c] Unable to load library: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/sciter/bin.lnx/x64/libsciter-gtk.so) #237
Comments
centos7.5 |
Gcc version? |
gcc version 4.8.5 |
Well, I failed to resolve this as well: sciter-sdk/rust-sciter#26 No idea, what to do. |
Can glibc use the lower version, so that the higher version of the linux environment can be compatible? |
A counter question: could you use a newer GCC version? |
My product needs to be deployed on multiple different system environments, for example: Red Hat, CentOS, Ubuntu and other different versions of the system, so only the low version of glibc can adapt to multiple different versions of the system. |
[sciter-x-api.c] Unable to load library: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/sciter/bin.lnx/x64/libsciter-gtk.so)
[sciter-x-api.c] Unable to load library: /tmp/libsciter-gtk.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: