From 05aa2f2bc92406ba894dc663b12a8c329ab2314f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=A5=88=E5=8D=83=E7=A5=81?= <2632139786@qq.com> Date: Mon, 1 Jan 2024 17:37:30 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20centos7=20"CXXABI=5F1.3.8"=20not=20?= =?UTF-8?q?found=20=E5=88=97=E5=85=A5=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 千奈千祁 <2632139786@qq.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c4ecb28..9166236 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,15 @@ linux环境,其他环境请自行探索 yum groupinstall fonts -y ``` +### centos7 监听事件错误 "CXXABI_1.3.8" not found 解决办法 +下载 [libstdc++.so.6.0.29.zip](https://baiyin1314.lanzouq.com/i8Nr21ig8hyf) 将 **解压缩后** 的文件放在/usr/lib64/中 +``` +cd /usr/lib64/ +sudo mv libstdc++.so.6 libstdc++.so.6.bak +sudo ln -s libstdc++.so.6.0.29 libstdc++.so.6 +``` + + ## 致谢 | Nickname | Contribution |