I've uploaded the Solaris version to my web server. When I use tar xvf Zope-2.1.0-solaris-2.6-sparc.tgz, I get an error: tar: directory checksum error Can anyone tell me what I'm doing wrong? Next problem will be getting fastcgi working with Apache. Can anyone point me to any archives or hints as to what I need. My web host does provide fastcgi support, but only in that they have it on the server. Thanks (and sorry for asking such dumb questions)! Barbara --------------------------------------------------------- http://www.lifetimelearningbooks.com Increase your Knowledge, Enrich your life All the Great Books, All the Time This week's special "The Prince" ---------------------------------------------------------
Barbara, The archive is also compressed with gzip. If you have GNU tar you can do tar xzvf Zope-2.1.0-solaris-2.6-sparc.tgz If not then gunzip Zope-2.1.0-solaris-2.6-sparc.tgz tar xvf Zope-2.1.0-solaris-2.6-sparc.tar Should sort you out. Phil phil.harris@zope.co.uk ----- Original Message ----- From: Barbara Pfieffer <bjp@bejay.com> To: <zope@zope.org> Sent: Monday, December 13, 1999 12:40 AM Subject: [Zope] Another dumb problem
I've uploaded the Solaris version to my web server. When I use tar xvf Zope-2.1.0-solaris-2.6-sparc.tgz, I get an error:
tar: directory checksum error
Can anyone tell me what I'm doing wrong?
Next problem will be getting fastcgi working with Apache. Can anyone point me to any archives or hints as to what I need. My web host does provide fastcgi support, but only in that they have it on the server.
Thanks (and sorry for asking such dumb questions)!
Barbara --------------------------------------------------------- http://www.lifetimelearningbooks.com Increase your Knowledge, Enrich your life All the Great Books, All the Time This week's special "The Prince" ---------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope No cross posts or HTML encoding! (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
+----[ Phil Harris ]--------------------------------------------- | Barbara, | | The archive is also compressed with gzip. | | If you have GNU tar you can do | | tar xzvf Zope-2.1.0-solaris-2.6-sparc.tgz | | If not then | | gunzip Zope-2.1.0-solaris-2.6-sparc.tgz | tar xvf Zope-2.1.0-solaris-2.6-sparc.tar Or if you don't want to uncompress the tar archive you can gzip -d -c Zope-2.1.0-solaris-2.6-sparc.tgz | tar xvf - (or gunzip -c I suppose, I got into the habit of gzip -d -c because a lot of the time gunzip wasn't hard linked correctly :-) -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
[Barbara Pfieffer, on Sun, 12 Dec 1999] :: I've uploaded the Solaris version to my web server. When I use tar xvf :: Zope-2.1.0-solaris-2.6-sparc.tgz, I get an error: :: :: tar: directory checksum error :: :: Can anyone tell me what I'm doing wrong? Did you gunzip the file before untarring? If so, it may be corrupted -- download it again. :: Next problem will be getting fastcgi working with Apache. Can anyone point :: me to any archives or hints as to what I need. My web host does provide :: fastcgi support, but only in that they have it on the server. Zope/doc/WEBSERVER.txt
participants (4)
-
Andrew Kenneth Milton -
Barbara Pfieffer -
Patrick Phalen -
Phil Harris