摘要: 解决方案 : 禁用git 自动 status命令 git config --add oh-my-zsh.hide-status 1 阅读全文
posted @ 2020-12-15 15:20 汪淼焱 阅读(476) 评论(0) 推荐(0)
摘要: 问题:调用动态库报 cannot open shared object file: No such file or directory 解决: ldd xxx查看依赖缺失 修改共享库配置文件 /etc/ld.so.conf 2.1 添加 include /etc/ld.so.conf.d/*.con 阅读全文
posted @ 2020-12-15 15:16 汪淼焱 阅读(240) 评论(0) 推荐(0)