Re: undefined symbol: ber_pvt_opt_on

2007-12-13 Thread Michael Ströder
Robert Escorcio wrote: > > I'll try building on a clean install of fedora. Maybe its just my OS > build that is messed up. Maybe a library mix? Do you have several versions of liblber on your system? Several OpenLDAP lib versions or even Fedora DS LDAP libs? Ciao, Michael. ---

Re: undefined symbol: ber_pvt_opt_on

2007-12-13 Thread Robert Escorcio
[EMAIL PROTECTED]:~/installs/python-ldap-2.3.1# find / -mount -name "liblber*" | xargs ls -l lrwxrwxrwx 1 root root 27 Feb 10 2007 /usr/lib/Adobe/Acrobat7.0/Reader/intellinux/lib/liblber.so -> ../../../../../liblber.so.2 lrwxrwxrwx 1 root root 21 Dec 19 2006 /usr/lib/liblber-2.2.so.7 -> l

Re: undefined symbol: ber_pvt_opt_on

2007-12-13 Thread Robert Escorcio
I move the older ones (/usr/lib/) to a safe place and now I get File "/usr/lib/python2.4/site-packages/ldap/__init__.py", line 23, in ? from _ldap import * ImportError: liblber-2.3.so.0: cannot open shared object file: No such file or directory which I suppose is progress. On 12/13/07, Rob