SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
BackupPC needs the package BackupPC::Lib
Author Message
Post BackupPC needs the package BackupPC::Lib 
here's a newbie question for you all, i suppose. i tried googling around,
poking through the backuppc site, and cpan and couldn't find BackupPC::Lib
as a separate package anywhere.

when i run configure.pl to install BackupPC, i get the following error:

"BackupPC needs the package BackupPC::Lib. Please install BackupPC::Lib
before installing BackupPC."

any thoughts? i suppose i am probably missing something very fundamental
but this is throwing me for a loop.

thanks,
matt

--





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post BackupPC needs the package BackupPC::Lib 
Matt,

A little more info would be helpful. What distro are you using, what
version of BackupPC, what version of Perl?

Doug

matthew bradley wrote:

here's a newbie question for you all, i suppose. i tried googling around,
poking through the backuppc site, and cpan and couldn't find BackupPC::Lib
as a separate package anywhere.

when i run configure.pl to install BackupPC, i get the following error:

"BackupPC needs the package BackupPC::Lib. Please install BackupPC::Lib
before installing BackupPC."

any thoughts? i suppose i am probably missing something very fundamental
but this is throwing me for a loop.

thanks,
matt







-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post BackupPC needs the package BackupPC::Lib 
sure, no problem and my apologies for not including this on my own:

i've got a box running debian 3.0r2 that i inherited, and on it i'm
running perl 5.6.1. i'm attempting to install BackupPC 2.0.2 and i've
successfully grabbed, configured and installed the 3 packages that are
"optional" but highly recommended: Compress::Zlib, Archive::Zip, and
File::RsyncP.

matt


Doug Lytle said:
Matt,

A little more info would be helpful. What distro are you using, what
version of BackupPC, what version of Perl?

Doug

matthew bradley wrote:

here's a newbie question for you all, i suppose. i tried googling
around, poking through the backuppc site, and cpan and couldn't find
BackupPC::Lib as a separate package anywhere.

when i run configure.pl to install BackupPC, i get the following error:

"BackupPC needs the package BackupPC::Lib. Please install
BackupPC::Lib before installing BackupPC."

any thoughts? i suppose i am probably missing something very
fundamental but this is throwing me for a loop.

thanks,
matt







-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


--





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post BackupPC needs the package BackupPC::Lib 
"matthew bradley" writes:

here's a newbie question for you all, i suppose. i tried googling around,
poking through the backuppc site, and cpan and couldn't find BackupPC::Lib
as a separate package anywhere.

when i run configure.pl to install BackupPC, i get the following error:

"BackupPC needs the package BackupPC::Lib. Please install BackupPC::Lib
before installing BackupPC."

any thoughts? i suppose i am probably missing something very fundamental
but this is throwing me for a loop.

BackupPC::Lib isn't a separate module; it is included in the
distribution.

Perhaps you are running configure.pl without first cd'ing to
the directory in which you unpacked the BackupPC tarball?

Eg, this won't work:

tar zxvf BackupPC-2.0.2.tar.gz
BackupPC-2.0.2/configure.pl

but this will:

tar zxvf BackupPC-2.0.2.tar.gz
cd BackupPC-2.0.2
./configure.pl

Craig


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Post BackupPC needs the package BackupPC::Lib 
and you know what? that's exactly it. and it is even in the instructions,
i just sort of glazed over that.

Craig Barratt said:
"matthew bradley" writes:

here's a newbie question for you all, i suppose. i tried googling
around, poking through the backuppc site, and cpan and couldn't find
BackupPC::Lib as a separate package anywhere.

when i run configure.pl to install BackupPC, i get the following
error:

"BackupPC needs the package BackupPC::Lib. Please install
BackupPC::Lib before installing BackupPC."

any thoughts? i suppose i am probably missing something very
fundamental but this is throwing me for a loop.

BackupPC::Lib isn't a separate module; it is included in the
distribution.

Perhaps you are running configure.pl without first cd'ing to
the directory in which you unpacked the BackupPC tarball?

Eg, this won't work:

tar zxvf BackupPC-2.0.2.tar.gz
BackupPC-2.0.2/configure.pl

but this will:

tar zxvf BackupPC-2.0.2.tar.gz
cd BackupPC-2.0.2
./configure.pl

Craig


--

Post BackupPC needs the package BackupPC::Lib 
On Thu, 2004-04-22 at 19:48, matthew bradley wrote:
sure, no problem and my apologies for not including this on my own:

i've got a box running debian 3.0r2 that i inherited, and on it i'm
running perl 5.6.1. i'm attempting to install BackupPC 2.0.2 and i've
successfully grabbed, configured and installed the 3 packages that are
"optional" but highly recommended: Compress::Zlib, Archive::Zip, and
File::RsyncP.

Well. before you do that, I suggest you use backported packages from
debian testing or unstable for use on your stable machine. That way, you
keep debian's packaging system working for you. That's what I do and it
works just fine.
Backporting the required packages is very easy, hardly any dependencies.
Maybe they are already available on www.backports.org or
www.apt-get.org.

matt

Regards,

--
Guus Houtzager Email: guus < at > houtzager.net
PGP fingerprint = 5E E6 96 35 F0 64 34 14 CC 03 2B 36 71 FB 4B 5D
"A)bort, R)etry, I)nfluence with large hammer."








-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB