https://bugzilla.novell.com/show_bug.cgi?id=221256 ulmer@truckport.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ulmer@truckport.de ------- Comment #13 from ulmer@truckport.de 2007-03-02 02:36 MST ------- I hope it's ok to post a short solution until new zope packages are available: # curl http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz | tar xzf - # cd Python-2.4.4/ # ./configure --prefix=/opt/zope2 # make # sudo make install # cd .. # curl http://www.zope.org/Products/Zope/2.9.6/Zope-2.9.6-final.tgz | tar xzf - # cd Zope-2.9.6-final/ # ./configure --with-python=/opt/zope2/bin/python --prefix=/opt/zope2 # make # sudo make install # sudo zope /opt/zope2/bin/mkzopeinstance.py -d /var/opt/zope2/default # cd /var/opt/zope2/default # bin/runzope -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.