[Zope] ImportError:_ldapmodule.so: undefined symbol: ldap_ufn_setfilter
Jens Vagelpohl
jens@zope.com
Fri, 20 Dec 2002 09:31:14 -0500
first of all (and this has nothing to do with the real problem), why
are you using such an ancient version of the LDAPUserFolder?
as far as the real problem goes, it looks like your compilation of
python-ldap went wrong, or it could be that your library search path is
missing the path to the actual OpenLDAP libraries.
jens
On Friday, Dec 20, 2002, at 08:24 US/Eastern, Dreaming Warrior wrote:
> Hello,
> i am getting this error when i am trying to start
> zope...i am using
> openldap2.0.12,LDAPUserFolder1.2.beta3,i have
> installed python-ldap-2.0.0pre06 too....can anyone
> checkout why it is complaining
>
> Traceback (most recent call last):
> File
> "/usr/local/zope/lib/python/OFS/Application.py", line
> 531, in import_product
> product=__import__(pname, global_dict,
> global_dict, silly)
> File
> "/usr/local/zope/lib/python/Products/LDAPUserFolder/__init__.py",
> line 13, in ?
> from LDAPUserFolder import addLDAPUserFolderForm,
> \
> File
> "/usr/local/zope/lib/python/Products/LDAPUserFolder/LDAPUserFolder.py",
> line 30, in ?
> import _ldap
> ImportError:
> /usr/local/zope/lib/python/Products/LDAPUserFolder/_ldapmodule.so:
> undefined symbol: ldap_ufn_setfilter
>
>
> regards,
>
> rockash..............
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )