修改.bashrc

改为增加/usr/local/lib即可

完整如下:
export LD_LIBRARY_PATH=$HADOOP_HOME/lib/native:\
$/usr/lib/x86_64-linux-gnu:\
/lib/x86_64-linux-gnu:\
/usr/lib64:\
/home/appleyuchi/Java/jdk1.8.0_131/jre/lib/amd64/server:\
/usr/local/lib

protoc: error while loading shared libraries: libprotoc.so.8: cannot open shared object file相关推荐

  1. 报错解决:cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such fi

    我的个人博客:zhang0peter的个人博客 先说一下为什么会发生这个错误,我看这篇博客:分享Centos6.5升级glibc过程 ,里面提到了如下命令: $ rm -rf /lib64/libc. ...

  2. ./ffmpeg: error while loading shared libraries: libx264.so.138: cannot open shared object file: No s

    在安装ffmpeg时,执行完 ./configure--enable-libx264 --enable-gpl --disable-yasm --prefix=/usr/local/ffmpeg ma ...

  3. linux android gradle构建机器 error while loading shared libraries: libz.so.1: cannot open shared object

    原因:64位 linux 机器缺少32位lib相关的支持库 如果yum 服务器上有 相关的库最好使用 yum 安装,其他 博客上使用 apt-file 安装. 查看libz.so.1属于 glic 库 ...

  4. 错误./hello: error while loading shared libraries: libQtGui.so.4: cannot open shared object file:

    之前一直想在ARM 上跑qt,但都出现错误: ./hello: error while loading shared libraries: libQtGui.so.4: cannot open sha ...

  5. ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such

    [root@iZbp10xlek93e0is7ye8o6Z bin]# ./mysqld --user=mysql --basedir=/usr/local/mysql-8.0 --datadir=/ ...

  6. ./mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No suc

    ./mysqld: error while loading shared libraries: libnuma.so.1: cannot open shared object file: No suc ...

  7. nginx启动报错 :./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object fi

    jnydjky@jnydjky:/usr/local/nginx/sbin$ ./nginx ./nginx: error while loading shared libraries: libpcr ...

  8. 报错:error while loading shared libraries: libz.so.1: cannot open shared object file

    OS: Kali linux Compile toolchian: arm-none-linux-gnueabi# arm-none-linux-gnueabi-gcc hook.c arm-linu ...

  9. 启动Nginx时报错:error while loading shared libraries: librdkafka.so.1: cannot open shared object file: No

    安装了Nginx之后,启动时报错: error while loading shared libraries: librdkafka.so.1: cannot open shared object f ...

最新文章

  1. Precog:大数据分析即服务
  2. 一个简单可参考的API网关架构设计
  3. 4.QPixmap,QTransform,绘图函数的使用
  4. 黑白棋子的移动(东方化改题+???)
  5. 使用V8和node轻松profile分析nodejs应用程序
  6. 编辑距离及编辑距离算法
  7. 记录下Lambda常用的表现形式
  8. json.tojsonstring 导致cpu飙高_阿里调试神器立功了!进程导致Kubernetes节点CPU飙高的排查与解决...
  9. java中的上传下载----ajaxFileUpload+struts2
  10. 计算机人工智能领域英文文献,人工智能 英文文献译文
  11. Vue使用iconfont图标
  12. python制作QQ游戏--大家来找茬游戏辅助(一)
  13. 矩阵乘法的计算复杂度
  14. sql查询按周查询出现的跨年问题
  15. 网易2019实习生招聘编程题集合
  16. 上海高二物理公式整理
  17. Python-文件夹的拷贝操作
  18. 金数据统计表自动填写
  19. 【自然语言处理】BERT-Whitening
  20. 滑动轨迹生成的思路和代码分享-测试可过极验 90%机率

热门文章

  1. Apache以及PHP的默认编码问题解决(详解)
  2. Javascript如何判断对象是否相等
  3. 《Effective C#》读书笔记——条目10:使用可选参数减少方法重载的数量C#语言习惯...
  4. Windows 目录结构,服务以及端口, DOS常用命令学习
  5. Springboot @Value获取配置文件中的值失效
  6. 基于Echarts的HTML5 Canvas折线图柱状图DEMO演示
  7. 解决Chrome调用IE弹出cmd黑窗口的问题
  8. c++中的类型转换--reinterpret_cast
  9. 机器学习能诊断病情,还能预测患者出院后的情况?
  10. POJ1284:Primitive Roots——题解