From: David L. <dav...@cs...> - 2001-06-12 12:35:04
|
Salut, the .so file you downloaded was most likely compiled against a LDAP C library (libldap.a) that is different to the one you have installed. Try downloading a source code release (1.10alpha3 is okay) and building it in the same environment you want to run it. I've cc'd other people on the python-ldap-dev list since there are people there who actually use python-ldap and are more willing to maintain and support it. d On Tue, 12 Jun 2001, Isabelle Moullet typed thusly: > As I got no response from BSCW project team I ask you if you can help me. > I installed the python-ldap module (_ldapmodule.so) in view to use it > with BSCW. I followed the README instructions but was not able to > make it work with BSCW. As soon as I try a connection with my BSCW > server, I get the following message: > > Traceback (innermost last): > File "BSCW3/pyc15/bs_cgi.py", line 20, in service > File "BSCW3/pyc15/cl_request.py", line 900, in handle_rq > File "BSCW3/pyc15/cl_request.py", line 993, in handle_it > File "BSCW3/pyc15/op_login.py", line 35, in handle_POST > File "BSCW3/pyc15/cl_request.py", line 668, in set_user > File "../packages/ldap/src/bs_ldapregister.py", line 42, in check > import ldap, bs_ldap, config_ldap > File "/usr/local/lib/python1.5/site-packages/python-ldap/ldap.py", > line 2, in ? > from _ldap import __version__ > ImportError: ld.so.1: /usr/local/bin/python: fatal: relocation error: > file ../packages/ldap/src/_ldapmodule.so: symbol ldap_name2template: > referenced symbol not found > BSCW Release: 001025-1520 > > Looking in more details in the library with the unix command "nm", I > could indeed see that the symbol ldap_name2template is undefined.. Is > there something wrong in my configuration ? Any known problem with > the ldapmodule ? I downloaded it from > http://python-ldap.sourceforge.net/ and got the file _ldapmodule.so > .. Is that correct ? > > Thanks for your help.. -- David Leonard Dav...@ds... DSTC Room:78-632 Ph:+61 7 336 58358 The University of Queensland http://www.dstc.edu.au/ QLD 4072 AUSTRALIA B73CD65FBEF4C089B79A8EBADF1A932F13EA0FC8 The entire history of the world is the triumph of the heartless over the mindless. - Sir Humphrey Appleby, Yes Minister. |