bitcoind编译过程中的问题

本文详细列举了在编译和运行bitcoind过程中遇到的常见问题及其解决方案,包括libtool未安装、openssl缺失、libevent未找到、BerkeleyDB版本不匹配、boost库缺失、汇编指令错误以及编译boost时的pyconfig.h问题。同时,针对运行时动态链接库找不到的问题也提出了相应解决办法。
摘要由CSDN通过智能技术生成

本文列出个人在编译比特币程序bitcoind以及启动运行中遇到的问题。

1 执行autogen.sh libtool没有安装

Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:10:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:10:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:10:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:10:   its definition is in aclocal's search path.

解决方法:yum install libtool -y 

2 执行autogen.sh aclocal找不到

解决方法:问题原因是机器没有安装autotool工具系列,需要安装automake和autoconf

yum install automake -y
yum install autoconf 

3 configure: error: openssl not found

执行bitcoind目录下的configure过程中出现openssl库没有找到的情况,执行命令:openssl version -a 查看系统如果安装(大多数系统都会安装),则需要安装openssl-deve

  • 2
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值