[Zope] Building Python for Zope on *NIX
Lennart Regebro
lennart@torped.se
Fri, 12 Apr 2002 14:11:58 +0200
From: <oliver.erlewein@sqs.de>
> I found no concise description on how to CORRECTLY compile Python on a
*NIX box. I compile with:
>
> make clean
> rm config.cache
> LD_LIBRARY_PATH=/usr/lib/lwp
> export LD_LIBRARY_PATH
> ./configure –-with-threads
> make
> make install
>
> That is about identical to what all documentations I found said.
Yes. That's how to do it.
1. If we are going to help you, maybe you could say what the problem is?
2. You might get better help on a python list. :-)