[Zope] Can't compile Zope 2.0.1 (source)

zope@infosys.com.ar zope@infosys.com.ar
Wed, 27 Oct 1999 23:19:34 -0300 (ART)


Hi

On Wed, 27 Oct 1999, Geoff Nordli wrote:

> I couldn't find any rpm's or tarball's for the current
> version (1.5.2) of python's libraries.  So I compiled a 
> fresh version of python to no avail.  I am still getting 
> the same errors.
> 
> I am also curious why it didn't appear to upgrade any of the
> /usr/lib/python1.5 files.  
> 
> I ran a ./configure --with-threads;make;make install
> 

By default Python installs it self into the /usr/local dir... Try

$ ./configure --prefix=/usr --with-threads ....
$ make
$ make install

Cheers,

/B