设置LD_LIBRARY_PATH不起作用解决
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
遇到的现象:
将/usr/local/lib加入共享库搜索目录中:
sudo vim /etc/profile
将export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib 加入到最后,保存该文件即可
重启linux
在终端执行 echo $ LD_LIBRARY_PATH ,之后执行结果中没有 /usr/local/lib
解决方法:
部分Linux系统设置LD_LIBRARY_PATH变量,并不能生效,此时需要将变量值写入/etc/ld.so.conf文件中,如下所示:
include /usr/local/lib
然后执行如下命令即可生效。
sudo ldconfig /etc/ld.so.conf
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献8条内容
所有评论(0)