Am Donnerstag, den 15.12.2005, 19:58 +0100 schrieb adeline nombre: > bonjour > je suis un débutant. je veux installer zope sur la debian. mais j'ai > remarqué un repertoire /usr/lib/zope. j'ai donc conclu que zope a été > installé avec mon system debian. maintenant comment faire pour démarer > zope. dois-je faire un start et où?
Even on debian its recommended to install zope from source. It isnt all that hard. You need python2.3.5 or higher and also -dev libs of it. If you run "stable" your python might be too far back and you either install a backport or python from source - dont forget zlib1g-dev and zlib1g in this case. >From testing upwards, apt-get install python2.3 python2.3-dev is enough. Unpack the tar file from zope.org and follow instructions in doc/INSTALL.txt there. You dont need to be root to compile and install zope. HTH Tino PS: lingua franca here is english language _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
