[Zope] Re: Installing Zope 2.6.0
Maik Jablonski
maik.jablonski@uni-bielefeld.de
Sun, 26 Jan 2003 23:11:40 +0100
Andrew Campagnola wrote:
> Hi,
>
> I'm trying to install Zope 2.6.0 on a RH Linux 8.0 system, and I get the
> message "cannot execute binary file"
> when running root# Zope-2.6.0-linux2-x86
>
> I unpacked using #gunzip Zope-2.6.0-linux2-x86.gz
>
> Any ideas?
When you download Zope, you should get something like:
Zope-2.6.1b1-linux2-x86.tgz
~~~
This is an .tar.gz-Archive, so you should do a:
tar xfvz Zope-2.6.1b1-linux2-x86.tgz
to get a (g)unzipped directory with a full Zope-Installation in it...
Be zoped,
-mj