[Zope] a problem with LDAPUserFolder
Jens Vagelpohl
jens@zope.com
Tue, 15 Apr 2003 08:55:01 -0400
this is not a LDAPUserFolder problem. your python-ldap install is
messed up. get that straightened out first.
jens
On Tuesday, Apr 15, 2003, at 08:40 US/Eastern, walid aoudi wrote:
> Dear Zope Users,
> I have a problem with LDAPUserFolder, I am using zope
> 2.6.1 (src release) python (2.1.3) openldap (2.1.17)
> python-ldap (2.0.0pre07) and i want to use the product
> LDAPuserFOlder .
> i have a message that the product is broken ans i have
> this error
> Import Traceback
>
> Traceback (most recent call last):
> File
> "/usr/local/Zope2/lib/python/OFS/Application.py", line
> 541, in import_product
> product=__import__(pname, global_dict,
> global_dict, silly)
> File
> "/usr/local/Zope2/lib/python/Products/LDAPUserFolder/__init__.py",
> line 15, in ?
> from LDAPUserFolder import addLDAPUserFolderForm,
> \
> File
> "/usr/local/Zope2/lib/python/Products/LDAPUserFolder/
> LDAPUserFolder.py",
> line 34, in ?
> from LDAPUser import LDAPUser
> File
> "/usr/local/Zope2/lib/python/Products/LDAPUserFolder/LDAPUser.py",
> line 20, in ?
> from utils import _verifyUnicode, encoding
> File
> "/usr/local/Zope2/lib/python/Products/LDAPUserFolder/utils.py",
> line 31, in ?
> import ldap
> File
> "/usr/local/lib/python2.1/site-packages/ldap/__init__.py",
> line 21, in ?
> from _ldap import *
> ImportError: 0: shared object not open
>
>
> I don't know what to do , normally everything is well
> installed ,i have only one thing that isn't usual :
> when I lauch python from the shell, and I try to do
> import ldap or _ldap I have this message
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: /lib/libcrypt.so: shared object not open
>
> please help me ,i don't know what to do
> Best Regards
>