axiak/pybloomfiltermmap

Symbol not found: _FIPS_digestfinal

Closed this issue · 1 comments

Hi Michael,

I am getting this error on mac OSX 10.7.5 64bit

from pybloomfilter import BloomFilter
Traceback (most recent call last):
File "", line 1, in
File "build/bdist.macosx-10.7-intel/egg/pybloomfilter.py", line 7, in
# the Free Software Foundation; either version 2 of the License, or
File "build/bdist.macosx-10.7-intel/egg/pybloomfilter.py", line 6, in bootstrap
# it under the terms of the GNU General Public License as published by
ImportError: dlopen(/Users/abhi/.python-eggs/pybloomfiltermmap-0.3.11-py2.7-macosx-10.7-intel.egg-tmp/pybloomfilter.so, 2): Symbol not found: _FIPS_digestfinal
Referenced from: /Users/abhi/.python-eggs/pybloomfiltermmap-0.3.11-py2.7-macosx-10.7-intel.egg-tmp/pybloomfilter.so
Expected in: flat namespace
in /Users/abhi/.python-eggs/pybloomfiltermmap-0.3.11-py2.7-macosx-10.7-intel.egg-tmp/pybloomfilter.so

Hi @codescrapper, I believe you're missing the openssl libraries.