Connecting Tech Pros Worldwide Help | Site Map

undefined symbol : X509_NAME_entry_count

Newbie
 
Join Date: Aug 2009
Posts: 5
#1: Aug 28 '09
hi,

i was getting "AttributeError: 'module' object has no attribute 'initialize' when invoking ldap.initialize so i re-installed python-ldap. now when i do "import ldap" im getting the following error
Quote:
Python 2.5.4 (r254:67916, May 26 2009, 12:58:10)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ldap
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/local/mnt/qsrp/python/lib/python2.5/site-packages/python_ldap-2.3.4-py2.5-linux-x86_64.egg/ldap/__init__.py", line 22, in <module>
from _ldap import *
ImportError: /local/mnt/qsrp/python/lib/python2.5/site-packages/python_ldap-2.3.4-py2.5-linux-x86_64.egg/_ldap.so: undefined symbol: X509_NAME_entry_count

any help on this is appreciated. .

thanks,
Reply