go-sciter icon indicating copy to clipboard operation
go-sciter copied to clipboard

[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)

Open xlango opened this issue 5 years ago • 7 comments

[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

xlango avatar Jun 08 '20 10:06 xlango

centos7.5

xlango avatar Jun 08 '20 10:06 xlango

Gcc version?

pravic avatar Jun 09 '20 04:06 pravic

gcc version 4.8.5

xlango avatar Jun 09 '20 07:06 xlango

Well, I failed to resolve this as well: https://github.com/sciter-sdk/rust-sciter/issues/26

No idea, what to do.

pravic avatar Jun 09 '20 08:06 pravic

Can glibc use the lower version, so that the higher version of the linux environment can be compatible?

xlango avatar Jun 09 '20 09:06 xlango

A counter question: could you use a newer GCC version?

pravic avatar Jun 09 '20 15:06 pravic

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.

xlango avatar Jun 10 '20 02:06 xlango