PDA

View Full Version : Compress::Zlib


Cogs
09-24-2002, 09:02 PM
Hi, I am using Archive::Tar and need to be able uncompress tar.gz, .zip and .tar files.

Can anybody sheed some light why I get these errors when using Zips, Gzips?
http://ethinkn.com/scripts/unarchiver/unarchive.cgi

This is open source so if anyone wants it just ask.

Do I have Compress::Zlib messed up? I am making it so that Compress::Zlib does not have to be installed and just use a require + import method.

Oh, if anyone has some experience in Archives PM me and I will set up a CVS or just use SourceForge.

TechCode
11-07-2003, 08:32 AM
I had some problem too. Cant remember wich ones but i guess your hosting has gzip tool (if it's an linux/unix) ?

I used :
system "gzip ..bla bla";
command to zip and unzip files.

You can also get gzip binnaries on the internet and copy them to :)