From: Christian W. <chr...@we...> - 2001-10-02 15:54:30
|
Hi Michael, thank you very much for your reply. ldd produces following output: ------------------------------------------------------ # ldd /usr/lib/python1.5/site-packages/_ldapmodule.so libldap.so.2 => /usr/lib/libldap.so.2 (0x40029000) liblber.so.2 => /usr/lib/liblber.so.2 (0x40052000) libm.so.6 => /lib/i686/libm.so.6 (0x4005c000) libc.so.6 => /lib/i686/libc.so.6 (0x4007f000) libsasl.so.7 => /usr/lib/libsasl.so.7 (0x401ba000) libkrb4.so.2 => /usr/kerberos/lib/libkrb4.so.2 (0x401c4000) libdes425.so.3 => /usr/kerberos/lib/libdes425.so.3 (0x401d9000) libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x401dd000) libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40235000) libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x40246000) libssl.so.2 => /lib/libssl.so.2 (0x40249000) libcrypto.so.2 => /lib/libcrypto.so.2 (0x40276000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x4033a000) libdl.so.2 => /lib/libdl.so.2 (0x40342000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40346000) libpam.so.0 => /lib/libpam.so.0 (0x40373000) libresolv.so.2 => /lib/libresolv.so.2 (0x4037b000) ------------------------------------------------------- But I can't find no _ldap.so I also downloaded the latest CVS tree and compiled manualy, but with the same effects described. During compiling I found some gcc warnings, and I posted the output to the list. Perhaps this could be helpful. Greetings from Berlin, Christian Am Tuesday 02 October 2001 17:32 schrieb Michael Ströder: > Christian Wiese wrote: > > ImportError: /usr/lib/python1.5/site-packages/_ldapmodule.so: undefined > > symbol: ldap_ufn_setfilter > > What's the output of ldd > /usr/lib/python1.5/site-packages/_ldapmodule.so ? Is there also a > _ldap.so (patched for OpenLDAP 2 libs) around? > > Ciao, Michael. > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev |