Zope 2.7 on Debian/woody

(installing additional software under /opt as described here )

as root:
# apt-get -y install wget gzip
# apt-get -y install build-essential
as opt:
# su - opt
$ mkdir -p /opt/src/zope-2.7 ; cd /opt/src/zope-2.7
$ wget -c http://zope.org/Products/Zope/2.7.4/Zope-2.7.4-0.tgz
$ tar xzf Zope-2.7.4-0.tgz
$ cd Zope-2.7.4-0
$ mkdir -p /opt/zope-2.7
$ ./configure --prefix=/opt/zope-2.7 --with-python=/opt/python-2.3/bin/python
$ make
$ make install
Elmar Heeb, 2005/12/17 21:35:03.141 GMT+1