linux - 使用 ELDK-5.3 交叉编译,在 eldk 5.3 中使用 openssl,未找到 openssl/crypto.h

标签 linux makefile openssl cross-compiling

While executing make it shows openssl/crypto.h not found, does eldk-5.3 have openssl support. I found only gnutls in it.

How to enable/install openssl support in ELDK-5.3

Meanwhile it was there in eldk4.2.

Please advise on it ?

最佳答案

crypto.h 是 openssl-devel RPM 的一部分。因此,您可以将此 RPM 安装到 eldk 工具链,而不是手动复制头文件。它还将修复所有依赖项 crypto.h 头文件。

关于linux - 使用 ELDK-5.3 交叉编译,在 eldk 5.3 中使用 openssl,未找到 openssl/crypto.h,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14453467/

相关文章:

linux - 循环遍历目录中的文件并使用 HEAD 命令

ruby - HLS 的开源 AES-128 加密?

linux - 在 bash 中使用 bash 循环迭代日期——for (( ... )) 无法正常工作

c - 如何使用C代码从文本文件中读取时间戳数据?

linux - 生成文件 NASM 错误 : more than one input file specified

使用条件分配时 Solaris 中的 Makefile 错误

c++ - 在 GCC 中链接库

encryption - 如何在命令行中使用 openSSL 加密十六进制文件或明文的十六进制表示?

ssl - EV SSL 不显示绿色条

linux批量重命名目录并从名称中删除#字符