AttributeError: dlsym(0x31c610,
2019-11-14 本文已影响0人
HelloHan
解析xlog 时,使用到了这个库 pyelliptic,但是运行失败:
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x31c610, EVP_CIPHER_CTX_reset): symbol not found
搜了下发现是版本的问题,回退到 。1.5.7 使用正常。