PDA

View Full Version : fsbackup installation


chris
12-24-2003, 06:43 AM
I wanted my sites backup with fsbackup,
but I can't fsbackup run.
It gives the following error:

Can't locate DB_File.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at ./fsbackup.pl line 20.
BEGIN failed--compilation aborted at ./fsbackup.pl line 20.

What is the problem?

I have REDHAT 9.0
In my home I have also REDHAT 9.0 but there is fsbackup running without running.

DirectAdmin Support
12-24-2003, 10:10 AM
Hello,

You seem to be missing that perl module. You'll need to install it either with cpan or compile it from source. Do a google for DB_file.pm and look for an installation tutorial. (Or if someone happens to know off the top of their head, post a reply.)

John

ProWebUK
12-24-2003, 10:45 AM
Think the problem is related to the perl module:

perl-DB_File

You could try simply installing that using CPAN or through source :)

Chris

CCSI
12-24-2003, 01:50 PM
Chris,

Like always... Thank You!

I'll try this out after the holiday. Good info!!!!!

FarCry
12-25-2003, 12:07 AM
to start cpan for those who dont know:

perl -MCPAN -e shell

then to install a module

install MODULENAME

chris
12-29-2003, 11:26 AM
I have installed the following file:
ftp://rpmfind.net/linux/redhat/updates/9/en/os/i386/perl-DB_File-1.804-88.3.i386.rpm

And now it work!

Many thanks for all reply's

Christiaan