linux 出现类似常见问题ImportError: libxxx: 或 'GLIBCXX_3.4.21' not found 的解决方法
常见类似问题: ImportError: libxxx: cannot open shared object file: No such file or directory 原因1 :可能路径未配置正确 解决方法 :找到libxxx安装的目录,将目录添加到环境变量LD_LIBRARY_PATH [root@myserver ~]# find / -name libffi* /usr/local/lib64/libffi.so.6 /root/libffi-3.2.1/x86_64-unknown-linux-gnu/.libs/libffi.so.6 ... [root@myserver~]# echo $LD_LIBRARY_PATH [root@myserver~]# export LD_LIBRARY_PATH=”/usr/local/lib64/” 原因2 : 未安装该库,或版本过低 解决方法 : 查看适配的版本 yum whatprovides libxxx [root@kefu1013 thoth-ai]# yum whatprovides libXrender.so.1 Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirrors