小编use*_*433的帖子

在 ./configure 期间未找到 OpenSSL

我正在尝试在我的 Ubuntu 14.04.3 上制作一个类似比特币的守护进程。当我打./configure

checking for SSL... no
configure: error: openssl  not found.
Run Code Online (Sandbox Code Playgroud)

# apt-get install libssl-dev linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
libssl-dev is already the newest version.
linux-headers-3.13.0-61-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)

我用谷歌搜索了错误消息,但我不知道该怎么做。我在我的另一个 Ubuntu 14.04 上成功地制作了那个守护进程,所以源代码和配置脚本都很好。

UPD1。安装 openssl 没有帮助:

# apt-get install openssl
..
openssl is already the newest version.
..
Run Code Online (Sandbox Code Playgroud)

我检查了 config.log 并且最后没有关于 openssl …

openssl ubuntu configure

15
推荐指数
2
解决办法
4万
查看次数

标签 统计

configure ×1

openssl ×1

ubuntu ×1