Looking for Solaris 2.6/Python 1.5.2 make test fix

Rod Haper rhaper at houston.rr.com
Sun Jan 23 13:22:25 EST 2000


It turned out that I had mismatched the libc.so version reference in
/usr/lib/libc.so as the result of a quicky update for an application
that need a newer version.  I've been using the CVS tree for updates
since 1.5.2 was released and was surprised when my last update didn't
run.  I had forgotten about the libc.so mod but tracked it down after
you pointed out the obvious.  Thanks.


Thomas Wouters wrote:
> 
> On Fri, Jan 21, 2000 at 04:30:20PM -0600, Rod Haper wrote:
> 
> > I'm also getting a segmentation fault on Red Hat Linux 6.1 at the same
> > point in 'make test' but no core file is generated:
> 
> > rm -f ./Lib/test/*.py[co]
> > PYTHONPATH= ./python ./Lib/test/regrtest.py
> > make: *** [test] Segmentation fault
> > PYTHONPATH= ./python ./Lib/test/regrtest.py
> > make: *** [test] Segmentation fault
> 
> Something probably went wrong with building your Python binary. Can you
> start the python executable ? do you get the prompt ? Can you execute code ?
> Python should run fine on rh6.1, unless you have a buggy compiler or a buggy
> computer, or you built a buggy module statically. How were you building it ?
> Which version of python was it, how did you run 'configure' and what did you
> change to Modules/Setup ? (You *do* need to change a few things in there.)




More information about the Python-list mailing list