|
From: Jan I. <idz...@at...> - 2002-05-02 14:23:40
|
On Thu, 02 May 2002 12:37:01 +0200
Michael Ströder <mi...@st...> wrote:
> Jan Idzikowski wrote:
> > i have python install with --without-gcc --with-pymalloc
> --with-cycle-gc
> > and make CC="cc_r" OPT="-O -qmaxmem=4000"
>
> Try --without-pymalloc.
i have install python with:
./configure --prefix=/home/ji/python --without-gcc --with-thread --without-pymalloc --with-cycle-gc
with the same problem:
import ldap
l = ldap.initialize("ldap://myldapserver:389")
Segmentation fault (core dumped)
and in the core dump:
reading symbolic information ...
[using memory image in core]
Segmentation fault in ldap_search_ext at 0xd228a0a8 ($t1)
0xd228a0a8 (ldap_search_ext+0x218) 800c0000 lwz r0,0x0(r12)
do you have any idee?
greeting jan
|