Closed zyk007 closed 2 months ago
报错信息显示glibc的版本不一致,ubuntu的版本太低了,可以试试从源码编译iEDA https://gitee.com/oscc-project/iEDA.git
报错信息显示glibc的版本不一致,ubuntu的版本太低了,可以试试从源码编译iEDA https://gitee.com/oscc-project/iEDA.git
已解决,感谢解答!不过解决的过程有补充: 我尝试从源码编译iEDA,并且成功编译,只解决了libyaml-cpp0.6缺失的问题,仍然报缺少glibc的错误。 于是我参考下面的文章将gcc和libc0.6升级之后再去运行iEDA,最后才成功。 https://blog.csdn.net/huazhang_001/article/details/128828999 https://askubuntu.com/questions/575505/glibcxx-3-4-20-not-found-how-to-fix-this-error/786944
你是在ubuntu20.04下编译iEDA的吗? 如果是的话, 应该不会出现glibc版本不一致的错误
我已经安装了libyaml-cpp.so.0.7,但是iEDA仍然无法找到该库
./bin/iEDA: error while loading shared libraries: libyaml-cpp.so.0.7: cannot open shared object file: No such file or directory
具体情况如下:环境:Ubuntu20.04 由于该环境下的apt工具链里面只有libyaml-cpp0.6,所以我这个库是直接从github下载源码通过cmake编译得到的,下载链接如下:https://github.com/jbeder/yaml-cpp/releases
希望有大佬帮忙看看,谢谢!