Re: [BackupPC-users] BackupPC installed but compressed backup is failing

2009-07-27 Thread Filipe Brandenburger
Hi,

On Sun, Jul 26, 2009 at 12:07, Andrew Nurcahya wrote:
> If I set $Conf{CompressLevel} anything greater than 0 it is will cause this
> error:
> 2009-07-26 11:00:40 dump failed: can't find Compress::Zlib

Do you get any errors when you run the following command?

$ perl -e 'use Compress::Zlib;'

HTH,
Filipe

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC installed but compressed backup is failing

2009-07-27 Thread Andrew Nurcahya
Dear Filipe,

Yes I got this error:

Can't locate Compress/Raw/Zlib.pm in @INC (@INC contains:
/usr/lib64/perl5/5.8.7/x86_64-linux-thread-multi /usr/lib/perl5/5.8.7
/usr/lib64/perl5/site_perl/5.8.7 /usr/lib64/perl5/site_perl/5.8.3
/usr/lib64/perl5/site_perl/5.8.2 /usr/lib64/perl5/site_perl/5.8.1
/usr/lib64/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl
/usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi
/usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.7 .) at /usr/lib/perl5/site_perl/5.8.7/Compress/Zlib.pm
line 12.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.8.7/Compress/Zlib.pm line 12.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Thanks for you help...

--Andrew


On Mon, Jul 27, 2009 at 8:36 AM, Filipe Brandenburger
wrote:

> Hi,
>
> On Sun, Jul 26, 2009 at 12:07, Andrew Nurcahya
> wrote:
> > If I set $Conf{CompressLevel} anything greater than 0 it is will cause
> this
> > error:
> > 2009-07-26 11:00:40 dump failed: can't find Compress::Zlib
>
> Do you get any errors when you run the following command?
>
> $ perl -e 'use Compress::Zlib;'
>
> HTH
> Filipe
>
>
> --
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>



-- 
Hadi "Andrew" Nurcahya
(founder of DataFeedFile.com)

and...@datafeedfile.com
phone: 281-808-3698
fax: 832-201-9364
skype: datafeedfile | twitter: anurcahya | linkedin: andrewnurcahya
http://www.DataFeedFile.com
http://www.PriceTime.com

--
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC installed but compressed backup is failing

2009-07-27 Thread Andrew Nurcahya
Dear Filipe and ALL:

I found the problem and it is working now... I thought I would share it...

Thanks for Filipe, I realize that I do not have

Compress/Raw/Zlib.pm

which comes from Compress::Raw::Zlib

so I used cpan to install it:

cpan
install Compress::Raw::Zlib

the install was successful, and now I can use Compress Level with backuppc
!!!

Thanks Filipe!

--Andrew


On Mon, Jul 27, 2009 at 4:44 PM, Andrew Nurcahya wrote:

> Dear Filipe,
>
> Yes I got this error:
>
> Can't locate Compress/Raw/Zlib.pm in @INC (@INC contains:
> /usr/lib64/perl5/5.8.7/x86_64-linux-thread-multi /usr/lib/perl5/5.8.7
> /usr/lib64/perl5/site_perl/5.8.7 /usr/lib64/perl5/site_perl/5.8.3
> /usr/lib64/perl5/site_perl/5.8.2 /usr/lib64/perl5/site_perl/5.8.1
> /usr/lib64/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.8.7
> /usr/lib/perl5/site_perl
> /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi
> /usr/lib64/perl5/vendor_perl/5.8.3/x86_64-linux-thread-multi
> /usr/lib64/perl5/vendor_perl/5.8.2/x86_64-linux-thread-multi
> /usr/lib64/perl5/vendor_perl/5.8.1/x86_64-linux-thread-multi
> /usr/lib64/perl5/vendor_perl/5.8.0/x86_64-linux-thread-multi
> /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl
> /usr/lib/perl5/5.8.7 .) at /usr/lib/perl5/site_perl/5.8.7/Compress/Zlib.pm
> line 12.
> BEGIN failed--compilation aborted at
> /usr/lib/perl5/site_perl/5.8.7/Compress/Zlib.pm line 12.
> Compilation failed in require at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
>
> Thanks for you help...
>
> --Andrew
>
>
>
> On Mon, Jul 27, 2009 at 8:36 AM, Filipe Brandenburger <
> filbran...@gmail.com> wrote:
>
>> Hi,
>>
>> On Sun, Jul 26, 2009 at 12:07, Andrew Nurcahya
>> wrote:
>> > If I set $Conf{CompressLevel} anything greater than 0 it is will cause
>> this
>> > error:
>> > 2009-07-26 11:00:40 dump failed: can't find Compress::Zlib
>>
>> Do you get any errors when you run the following command?
>>
>> $ perl -e 'use Compress::Zlib;'
>>
>> HTH
>> Filipe
>>
>>
>> --
>> ___
>> BackupPC-users mailing list
>> BackupPC-users@lists.sourceforge.net
>> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
>> Wiki:http://backuppc.wiki.sourceforge.net
>> Project: http://backuppc.sourceforge.net/
>>
>
>
>
> --
> Hadi "Andrew" Nurcahya
> (founder of DataFeedFile.com)
>
> and...@datafeedfile.com
> phone: 281-808-3698
> fax: 832-201-9364
> skype: datafeedfile | twitter: anurcahya | linkedin: andrewnurcahya
> http://www.DataFeedFile.com
> http://www.PriceTime.com
>
> --
>



-- 
Hadi "Andrew" Nurcahya
(founder of DataFeedFile.com)

and...@datafeedfile.com
phone: 281-808-3698
fax: 832-201-9364
skype: datafeedfile | twitter: anurcahya | linkedin: andrewnurcahya
http://www.DataFeedFile.com
http://www.PriceTime.com

--
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/