Index: [Article Count Order] [Thread]

Date:  Sat, 19 Jan 2008 15:02:19 +0100
From:  Kristian Eklund <kristian.eklund (at mark) monostar.net>
Subject:  [coba-e:11744] Re: Compression Not Available
To:  coba-e (at mark) bluequartz.org
Message-Id:  <479202EB.8070305 (at mark) monostar.net>
In-Reply-To:  <C3B7634B.21537%webmaster (at mark) muntada.com>
References:  <C3B7634B.21537%webmaster (at mark) muntada.com>
X-Mail-Count: 11744

I wrote in coba-e:11565 about this and the solution:

---------

Hello everyone,
Have you all checked your backups (with raqbackup.sh) after the big 
updates? For me it broke perl-Compress-Zlib and made raqbackup stop 
working together with CMU. I noticed when my backup was 15 MB instead of 
a couple of Gigs..

The error you see in output-cmuexport.log is:
ERROR createTar: Compression not available.

What you need to do is this:
$ wget 
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.33.tar.gz
$ tar xfvpz Compress-Zlib-1.33.tar.gz
$ cd Compress-Zlib-1.33
# /usr/bin/perl Makefile.PL
# make
# make install

----

After this everything worked for me again. I think I will have to mask 
the update from CentOS though.. In Gentoo Portage this is so easy, but 
with Yum I think it's too hard to have granular control.

I got the solution from this thread:
http://www.nuonce.net/support/viewthread.php?tid=187

So, thanks, Brian! :)

/Kristian

11744_2.p7s