On Thu, May 8, 2008 at 4:14 PM, MLimburg <[EMAIL PROTECTED]> wrote: >
> Restarted the instance, and no joy. > > Next, I did the following (as recommended by another blog post elsewhere) .. > >>>> import ldap > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File > "/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/python_ldap-2.3.4-py2.4-linux-i686.egg/ldap/__init__.py", > line 22, in ? > from _ldap import * > ImportError: > /opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/python_ldap-2.3.4-py2.4-linux-i686.egg/_ldap.so: > wrong ELF class: ELFCLASS64 >>>> > > At this point, I am unsure what to do next. Could I have some assistance in > which direction to head towards? > Hi Mark, The ELFCLASS64 error indicates you are using a 64bit build of the ldap package and the rest of your python system is probably 32bit builds. -Arryn _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
