|
From: <mba...@me...> - 2002-07-26 15:39:41
|
Hi all,
I am trying to install python-ldap module for zope 2.5.1 on solaris 8.
I am using netscape LDAP C library (there was no problem compiling it).
I built and installed python-ldap and there were no errors. But, when i
try to start zope, I get the following error-
------
2002-07-26T14:22:40 ERROR(200) Zope Could not import
Products.LDAPUserFolder
Traceback (innermost last):
File /opt/local/web/zope/jed/lib/python/OFS/Application.py, line 531,
in import_product
File /opt/local/web/zope/jed/lib/python/Products/LDAPUserFolder/__init__
.py, line 13, in ?
File /opt/local/web/zope/jed/lib/python/Products/LDAPUserFolder/LDAPUser
Folder.py, line 11, in ?
File /opt/local/web/zope/jed/lib/python/Products/LDAPUserFolder/LDAPUser
.py, line 20, in ?
(Object: aq_inner)
File /opt/local/web/zope/jed/lib/python/Products/LDAPUserFolder/utils.py
, line 32, in ?
File /opt/local/web/zope/jed/lib/python2.1/site-
packages/ldap/__init__.py, line 11, in ?
ImportError: ld.so.1: /opt/local/web/zope/jed/bin/python: fatal:
libgcc_s.so.1: open failed: No such file or directory
And then, i invoked the zope python interpreter and tried to import
_ldap module. The error it throws is -
>>> import _ldap
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: ld.so.1: /opt/local/web/zope/jed/bin/python: fatal:
relocation error: file /opt/local/web/zope/jed/lib/python2.1/site-
packages/_ldap.so: symbol ldap_start_tls_s: referenced symbol not found
>>>
Can anyone help me in this matter?
--Madhavi
|