温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

libsecurec.so: cannot open shared object file

发布时间:2020-05-20 10:58:25 来源:网络 阅读:1050 作者:fengyuzaitu 栏目:编程语言

场景

        升级3.5版本CMake,异常

cmake: error while loading shared libraries: libsecurec.so: cannot open shared object file: No such file or directory


网上提供了方法,无效

export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH


更新3.1版本CMake出现如下错误

Error when bootstrapping CMake:
Cannot find appropriate C++ compiler on this system.
Please specify one using environment variable CXX.
See cmake_bootstrap.log for compilers attempted.


源码编译更新g++

checking for long long... yes
checking size of long long... configure: error: in `/home/bolin/gcc-7.3.0/host-aarch74-unknown-linux-gnu/gcc':
configure: error: cannot compute sizeof (long long)
See `config.log' for more details.
make[2]: *** [configure-stage1-gcc] Error 77
make[2]: Leaving directory `/home/bolin/gcc-7.3.0'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/bolin/gcc-7.3.0'
make: *** [all] Error 2


编译的C++代码,都会有这个问题



向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI