Zope problems
softgun
ulist at gs1.ubuntuforums.org
Wed Apr 5 07:49:55 UTC 2006
It will also help if you know where things are in a Ubuntu Breezy
install of Zope say zope2.7 with apt-get or using Synaptic
/usr/lib/zope2.7
/etc/zope2.7
/usr/share/zope
Create a zope instance by running mkzopeinstance.py from
/usr/lib/zope2.7/bin
start the instance from /instance directory/bin/zopectl fg
This will give the messages in the foreground and you will know what is
hapenning!
To configure things like port and user to run zope
edit the /instance/etc/zope.conf
If you did apt-get install of some zope Products like zope-parsedXML or
zope-psycopgda
They will be in
/usr/share/zope/Products
SO from your instance/Products directory do this to link them and make
them available when zope starts.
sudo ln - s /usr/share/zope/Products/ZPsycopgDA
If you want to install the source zope file zope-x.x.x.tar.gz
You need to add these to Breezy - use Synaptic
# make
# gcc-3.4
# build-essential.
Add the python2.3 and python2.3-dev if you are installing a zope older
than 2.9 (Breezy has python2.4 already installed)
HTH
--
softgun
More information about the ubuntu-users
mailing list