displaynamethrowaway 0 Posted ... I am trying to install AirVPN Suite on Alma Linux 9 Aarch64, but running ldd bin/bluetit gives: bin/bluetit: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by bin/bluetit) DNF says I have version 11.4.1 installed. [root@download AirVPN-Suite]# dnf info libstdc++ Last metadata expiration check: 0:04:20 ago on Sat Aug 10 20:42:21 2024. Installed Packages Name : libstdc++ Version : 11.4.1 Release : 3.el9.alma.1 Architecture : aarch64 Size : 2.4 M Source : gcc-11.4.1-3.el9.alma.1.src.rpm Repository : @System From repo : baseos Summary : GNU Standard C++ Library URL : http://gcc.gnu.org License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD Description : The libstdc++ package contains a rewritten standard compliant GCC Standard : C++ Library. Is there a way to downgrade that library without messing up the rest of my system? Thanks. Share this post Link to post
displaynamethrowaway 0 Posted ... Ok, pulling out the relevant strings I have GLIBCXX_3.4.29 installed so I actually need to upgrade to get it to run on RHEL 9. [root@download AirVPN-Suite]# strings /lib64/libstdc++.so.6.0.29 | grep GLIBC GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_3.4.14 GLIBCXX_3.4.15 GLIBCXX_3.4.16 GLIBCXX_3.4.17 GLIBCXX_3.4.18 GLIBCXX_3.4.19 GLIBCXX_3.4.20 GLIBCXX_3.4.21 GLIBCXX_3.4.22 GLIBCXX_3.4.23 GLIBCXX_3.4.24 GLIBCXX_3.4.25 GLIBCXX_3.4.26 GLIBCXX_3.4.27 GLIBCXX_3.4.28 GLIBCXX_3.4.29 GLIBC_2.17 GLIBC_2.33 GLIBC_2.18 GLIBC_2.32 GLIBC_2.34 GLIBCXX_DEBUG_MESSAGE_LENGTH Share this post Link to post
Staff 10014 Posted ... @displaynamethrowaway Hello! Can you please testy the aarch64 legacy build at your convenience, if you haven't already done so? Available even from the 2.0.0 version, which is currently in beta testing, if you wish to test:Kind regards Share this post Link to post