我对密码学/编码还很陌生,我一直在尝试安装charm-crypto,并且已经安装了所有依赖项,但是我在openssl / objects.h中遇到了一些问题
我尝试使用
$ brew link --force openssl
我已经安装了gcc,但似乎没有任何作用。
这是我一直收到的错误
In file included from charm/core/math/pairing/pairingmodule.c:30:
charm/core/math/pairing/pairingmodule.h:44:10: fatal error: 'openssl/objects.h'
file not found
#include <openssl/objects.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
error: command 'gcc' failed with exit status 1
make: *** [install] Error 1
我在openssl中检查了文件,然后找到了文件
usr/local/Cellar/openssl/1.0.2p/include/openssl/objects.h
如果有人可以给我一些建议,那就太好了!预先感谢