简体   繁体   English

加载共享库时出错:libboost_system.so.1.49.0

[英]error while loading shared libraries: libboost_system.so.1.49.0

When I try to run "bitcoin-cli" I get this error... 当我尝试运行“ bitcoin-cli”时,出现此错误...

error while loading shared libraries: libboost_system.so.1.49.0 加载共享库时出错:libboost_system.so.1.49.0

I did upgrade my Debian linux box to... 我确实将我的Debian Linux盒升级到...

Distributor ID: Debian Description: Debian GNU/Linux 8.2 (jessie) Release: 8.2 Codename: jessie 发行商ID:Debian说明:Debian GNU / Linux 8.2(jessie)发行:8.2代号:jessie

When I run apt-get install libbooost_system.1.49 it will not allow it since it is deprecated. 当我运行apt-get install libbooost_system.1.49时,它将被禁止,因为它已被弃用。

Any thoughts? 有什么想法吗?

You can compile libboost 1.49, download the source from here: Boost 1.49 uncompress and follow INSTALL file instructions, if you already have dependencies this should something as: 您可以编译libboost 1.49,可从此处下载源代码: Boost 1.49解压缩并按照INSTALL文件的说明进行操作,如果您已经具有依赖项,则应为:

  • ./configure 。/配置
  • make 使
  • sudo make install 须藤使安装

Then you can verify if that library requirement is satisfy by using ldd /usr/bin/bitcoin-cli assuming that you have it globally installed in that location. 然后,您可以通过使用ldd /usr/bin/bitcoin-cli验证该库要求是否得到满足,假设您已将该库全局安装在该位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 加载共享库时出错:libboost_system.so.1.45.0:无法打开共享对象文件:没有这样的文件或目录 - error while loading shared libraries: libboost_system.so.1.45.0: cannot open shared object file: No such file or directory 加载共享库时出错:libboost_program_options.so.1.65.1 - error while loading shared libraries: libboost_program_options.so.1.65.1 Mongodb:加载共享库时出错:libboost_thread.so.1.54.0:>无法打开共享库文件:没有这样的文件或目录 - Mongodb : error while loading shared libraries: libboost_thread.so.1.54.0: > cannot open shared object file: No such file or directory 加载共享库时出错:libcapnp-0.5.3.so - error while loading shared libraries: libcapnp-0.5.3.so SQR:加载共享库时出错:libpdf.so - SQR: error while loading shared libraries: libpdf.so phantomjs-加载共享库时出错:libjpeg.so.8 - phantomjs - error while loading shared libraries: libjpeg.so.8 加载共享库时出错:libicuuc.so.50 - error while loading shared libraries: libicuuc.so.50 加载共享库时出错:libcrfpp.so.0 - error while loading shared libraries: libcrfpp.so.0 加载共享库时出错:libevent-2.0.so.5 - Error while loading shared libraries: libevent-2.0.so.5 加载共享库时出错:libipmidetect.so.0 - error while loading shared libraries: libipmidetect.so.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM