码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-07-01 13:03:53      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:director   har   profile   cal   pen   eve   mon   自己   file   

hiredis 的应用程序出错。

 

./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directory

 

出现这个问题,需要检查  ~/.bash_profile  ,看看 LD_LIBRARY_PATH 是否存在,或者是否被注释了(我出现报错就是自己不小心注释了)。

例如,我的是这样的:

LD_LIBRARY_PATH=/usr/local/lib64:/opt/mongo-cxx-driver/lib64/:/usr/local/lib

 

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

标签:director   har   profile   cal   pen   eve   mon   自己   file   

原文地址:https://www.cnblogs.com/music-liang/p/13218368.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!