无法在macOS High Sierra(OpenSSL)上安装charm-crypto

时间:2018-08-18 18:08:17

标签: python macos openssl charm-crypto

我对密码学/编码还很陌生,我一直在尝试安装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

如果有人可以给我一些建议,那就太好了!预先感谢

0 个答案:

没有答案