本帖最后由 find5 于 2016-12-8 09:39 编辑
试了提供的方法重新编译了下,还是同样的错。
Traceback (most recent call last):
File "/opt/cm-5.5.0/lib64/cmf/agent/src/cmf/agent.py", line 47, in <module>
import cmf.audit.util
File "/opt/cm-5.5.0/lib64/cmf/agent/src/cmf/audit/__init__.py", line 10, in <module>
from cmf.audit.navigator_thread import AuditThread, MetadataThread
File "/opt/cm-5.5.0/lib64/cmf/agent/src/cmf/audit/navigator_thread.py", line 9, in <module>
from cmf.audit.navigator_sender import Result
File "/opt/cm-5.5.0/lib64/cmf/agent/src/cmf/audit/navigator_sender.py", line 12, in <module>
from cmf.url_util import urlopen_with_timeout
File "/opt/cm-5.5.0/lib64/cmf/agent/src/cmf/url_util.py", line 11, in <module>
from M2Crypto import httpslib
File "/opt/cm-5.5.0/lib64/cmf/agent/build/env/lib/python2.6/site-packages/M2Crypto-0.21.1-py2.6-linux-x86_64.egg/M2Crypto/__init__.py", line 22, in <module>
import __m2crypto
ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or directory
这个错是什么原因,这两个错误有联系吗?
之前还报ImportError: libssl.so.0.9.8: cannot open shared object file: No such file or directory ,我的OpenSSL是1.0
|