Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: lain on July 26, 2006, 10:51:00 PM

Title: unzip anope
Post by: lain on July 26, 2006, 10:51:00 PM
Hi, I download anope1.7.14 and have it on my shell.  I tried to unzip anope but it said "unrecognized archive format".  Can anyone please help?

Thank you.
Title:
Post by: katsklaw on July 26, 2006, 11:54:28 PM
Anope doesn't ship in a .zip format for *n?x. It ships in tar.gz format which upacks with tar and/or gzip.
Title:
Post by: lain on July 27, 2006, 12:38:20 AM
yes, that's what i mean, I tried all the command for tar but it doesn't work.  it said the same error msg.
Title:
Post by: Tom65789 on July 27, 2006, 01:05:03 AM
have you tried "tar -xzf anope-1.x.x.tar.gz" or w/e the name of the archive is
Title:
Post by: lain on July 27, 2006, 03:58:54 AM
I have anope-1.7.14.tar.gz on my shell.  I did try tar -xzf anope-1.7.14.tar.gz and I got the same error "Unrecognized archive format: Inappropriate file type or format
".
Title:
Post by: n00bie on July 27, 2006, 08:34:57 AM
I used to get that message, when i have a slow connection (56k dialup) and can hardly download the file. first remove the file, and then download the file again (i don't recommend uploading the .tar.gz from FTP clients, instead, downlaod it from your shell promtp)

next do, tar -zxvf anope-1.7.14.tar.gz

this is how i used to do and works fine for me on FreeBSD :D
Title:
Post by: lain on July 28, 2006, 12:29:03 AM
it works.  Thank you :)