AttributeError: dlsym(0x31c610, EVP_CIPHER_CTX_reset): symbol not found

解析xlog 时,使用到了这个库 pyelliptic,但是运行失败:

    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x31c610, EVP_CIPHER_CTX_reset): symbol not found

搜了下发现是版本的问题,回退到 。1.5.7 使用正常。

https://github.com/ethereum/pyethapp/issues/258

你可能感兴趣的:(AttributeError: dlsym(0x31c610, EVP_CIPHER_CTX_reset): symbol not found)