这里以openssl为例,通过执行以下指令后
./config
make
make install
执行以下指令即可
echo "源码包路径" >> /etc/ld.so.conf
ldconfig
参考链接
ccerror while loading shared libraries 解决办法_码中飞翔-CSDN博客_error whileloading
本文详细介绍了如何通过./config, make, makeinstall步骤配置并安装OpenSSL,以及遇到'cc error while loading shared libraries'错误时的解决方法,适合Linux系统开发者参考。
这里以openssl为例,通过执行以下指令后
./config
make
make install
执行以下指令即可
echo "源码包路径" >> /etc/ld.so.conf
ldconfig
ccerror while loading shared libraries 解决办法_码中飞翔-CSDN博客_error whileloading
751
5706
1万+
1384

被折叠的 条评论
为什么被折叠?
