Hi List,
I have a bunch of python and shell scripts that manage my 150+ users
and groups in ldap and
generate necessary links and aliases for them. The scripts used to work
perfectly on RedHat 9
and also on Debian 3 - they even workm on my Apple Powerbook under Mac
OS X Panther.
However since we switched over to RedHat Enterprise Linux 3, I'm having
diffculties.
Whenever I try to use one of my scripts they just die with a signal 11.
The error is reproducable
in the python shell as well. I do a
import ldap
l = ldap.initialize("ldap://my.ldap.server")
l.simple_bind_s()
and receive a segmentation fault.
My environment looks like:
RedHat Enterprise Linux ES 3
Python 2.0.2
Openldap 2.0.27
OpenSSL 0.9.7a
cyrus sasl 2.1.15
kernel 2.0.23 with XFS support - self compiled
python-ldap 2.0.2 compiled from tarball
If anyone could pleeeeease help me,
chris
------------------------------------------------------------------------
----------
Unix was not designed to stop you from doing stupid things,
because that would also stop you from doing clever things.
------------------------------------------------------------------------
----------
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte
sofort den Absender und vernichten Sie diese Mail.
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser
Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this e-mail
in error) please notify the sender immediately and destroy this
e-mail. Any unauthorised copying, disclosure or distribution of the
material in this e-mail is strictly forbidden.
|