problems ldap-module on AIX
Michael Ströder
michael at stroeder.com
Thu May 2 17:21:52 CEST 2002
Jan Idzikowski wrote:
> i have install python with:
> ./configure --prefix=/home/ji/python --without-gcc
--with-thread --without-pymalloc --with-cycle-gc
1. Check output of ./configure --help. Option --with-thread is
deprecated. Use --with-threads.
2. Continue trying --without-cycle-gc as stated in my first reply.
Make sure to re-compile *all* additional extension modules each
time you change build options.
Ciao, Michael.
More information about the python-ldap
mailing list