LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-26-2006, 04:54 PM   #1
hgist
LQ Newbie
 
Registered: Oct 2006
Location: ISRAEL
Distribution: Ubuntu
Posts: 6

Rep: Reputation: 0
BackupPC install probelm on fc5


I am trying to install BackupPC (apparently BackupPC-2.1.2-6.fc5.noar)
via:
yum install BackupPC
no problems/error during that phase,

but I can not find configure.pl as part of the installed files.
What am I doing wrong?

hence, I downloaded the configure.pl file (from sf.net),
and tried to run it, but I got:
"BackupPC cannot find the package BackupPC::Lib, which is
included in the
BackupPC distribution. This probably means you did not cd
to the
unpacked BackupPC distribution before running configure.pl, eg:

cd BackupPC-__VERSION__
./configure.pl

Please try again."


what am I doing wrong?
how can I install & config. it ?
is there any detailed installation procedure for Fedora (fc5)
out there ?
sites too lean :
- fedoranews dot org/blog/?p=603
- www dot enterprisenetworkingplanet dot com/netos/article.php/3609831 (part 1-3)
- sourceforge dot net/mailarchive/forum.php?forum_id=503
(read-only for unknown reason, although I login)
- fedoranews dot org/blog/?p=603


my machine: fc5 onto amd64 (Foxconn 6100M2MA)

many thanks in advance
hgist
 
Old 10-27-2006, 11:57 AM   #2
sn68
Member
 
Registered: Oct 2005
Distribution: FC5
Posts: 338

Rep: Reputation: 30
Quote:
Originally Posted by hgist
but I can not find configure.pl as part of the installed files.
What am I doing wrong?
As root in terminal
>updatedb
>locate configure.pl

If you dont find the file in some backuppc related directory, then most likely package has not installed properly.
BTW did you check the applications menu? or run "backuppc" in terminal ?
 
Old 10-28-2006, 04:46 AM   #3
hgist
LQ Newbie
 
Registered: Oct 2006
Location: ISRAEL
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
Post

Quote:
Originally Posted by sn68
As root in terminal
>updatedb
>locate configure.pl

If you dont find the file in some backuppc related directory, then most likely package has not installed properly.
BTW did you check the applications menu? or run "backuppc" in terminal ?

# well, after remove and reinstalling via yumex,
configure.pl is located in:
/usr/share/BackupPC/lib/BackupPC/configure.pl

# and the rest of the installtion resides in (selective dirs):
/etc/BackupPC
/etc/BackupPC/config.pl
/etc/BackupPC/hosts
/etc/httpd/conf.d/BackupPC.conf
/etc/logrotate.d/BackupPC
/etc/rc.d/init.d/BackupPC
/etc/rc.d/rc0.d/K35BackupPC
/etc/rc.d/rc1.d/K35BackupPC
/etc/rc.d/rc2.d/K35BackupPC
/etc/rc.d/rc3.d/K35BackupPC
/etc/rc.d/rc4.d/K35BackupPC
/etc/rc.d/rc5.d/K35BackupPC
/etc/rc.d/rc6.d/K35BackupPC
/usr/share/BackupPC
/usr/share/BackupPC/bin
/usr/share/BackupPC/doc
/usr/share/BackupPC/html
/usr/share/BackupPC/lib
/usr/share/BackupPC/sbin
/usr/share/BackupPC/bin/BackupPC
/usr/share/BackupPC/doc/BackupPC.pod
/usr/share/BackupPC/html/BackupPC_stnd.css
/usr/share/BackupPC/lib/BackupPC
/usr/share/BackupPC/lib/BackupPC/configure.pl
/usr/share/BackupPC/sbin/BackupPC_Admin
/usr/share/doc/BackupPC-2.1.2
/usr/share/doc/BackupPC-2.1.2/ChangeLog
/var/lib/BackupPC
/var/lib/BackupPC/conf
/var/log/BackupPC

# is it a normal and good installation?

# I keep getting :
"
[root@fedora BackupPC]# pwd
/usr/share/BackupPC/lib/BackupPC
[root@fedora BackupPC]# ./configure.pl

BackupPC cannot find the package BackupPC::Lib, which is included in the
BackupPC distribution. This probably means you did not cd to the
unpacked BackupPC distribution before running configure.pl, eg:

cd BackupPC-__VERSION__
./configure.pl

Please try again.
"

# OR:
"
[root@fedora BackupPC-2.1.2]# pwd
/usr/share/doc/BackupPC-2.1.2
[root@fedora BackupPC-2.1.2]# /usr/share/BackupPC/lib/BackupPC/configure.pl

BackupPC cannot find the package BackupPC::Lib, which is included in the
BackupPC distribution. This probably means you did not cd to the
unpacked BackupPC distribution before running configure.pl, eg:

cd BackupPC-__VERSION__
./configure.pl

Please try again.
"

# Trying to run backuppc:
[root@fedora BackupPC-2.1.2]# backuppc
-bash: backuppc: command not found


# from where should I run configure.pl?
# maybe the value of one of my system variables is wrong?

thnx
H.
 
Old 10-29-2006, 02:59 PM   #4
hgist
LQ Newbie
 
Registered: Oct 2006
Location: ISRAEL
Distribution: Ubuntu
Posts: 6

Original Poster
Rep: Reputation: 0
backuppc installation using its rpm, presumably problem

finally I un-installed the backuppc rpm package which installed via 'yum install BackupPC'

- downloaded the 'BackupPC-2.1.2.tar.gz' and 'BackupPC-2.1.2pl2.diff' files,
- then
[root@fedora DL]# pwd
/home/hag/Desktop/DL
[root@fedora DL]# ll
total 360
-rw-rw-r-- 1 hag hag 7732 Oct 28 13:26 BackupPC-2.1.2pl2.diff
-rw-rw-r-- 1 hag hag 354599 Oct 28 13:24 BackupPC-2.1.2.tar.gz
[root@fedora DL]# tar -xvzf BackupPC-2.1.2.tar.gz
BackupPC-2.1.2/
.
.
[root@fedora DL]# cd BackupPC-2.1.2
[root@fedora BackupPC-2.1.2]# cp ../BackupPC-2.1.2pl2.diff .
[root@fedora BackupPC-2.1.2]# pwd
/home/hag/Desktop/DL/BackupPC-2.1.2
[root@fedora BackupPC-2.1.2]# patch -p0 < BackupPC-2.1.2pl2.diff
patching file bin/BackupPC_tarExtract
patching file lib/BackupPC/Lib.pm
patching file lib/BackupPC/Xfer/RsyncFileIO.pm
patching file lib/BackupPC/Xfer/Tar.pm
patching file conf/config.pl
[root@fedora BackupPC-2.1.2]# perl configure.pl
.
.

and move forward installing and configuring BackupPC .


was it a BackupPC-2.1.2-6 rpm's problem ?
 
Old 03-04-2008, 07:06 AM   #5
kantijena
LQ Newbie
 
Registered: Feb 2008
Posts: 10

Rep: Reputation: 0
Plz try to help me to install BackupPC-3.1.0

I have alreday configured a open source BackupPC-3.1.0. It is installed succesfully and also i configured the perl configure.pl file. But when i m try to open the backuppc in the browser http://localhost/cgi-bin/BackupPC_Admin.pl it is not open and it shows the error like below..

Not Found

The requested URL /cgi-bin/BackupPC_Admin:8080 was not found on this server.
Apache/2.2.3 (CentOS) Server at localhost Port 80

plz try to help me out this problem or give me some suggestion about this ..plzz...I am waiting for ur best response.
 
  


Reply

Tags
amd64, backuppc, fc5



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
CentOS install probelm - kernel panic cmarnell Linux - Newbie 9 04-25-2006 11:08 AM
backuppc tkt Linux - Newbie 0 06-10-2005 12:44 AM
BackupPC uselpa Slackware 1 01-24-2005 10:19 AM
Mandrake 10.0 install probelm Siege Mandriva 6 09-03-2004 08:55 AM
Install probelm suse 8.2 on VAIO Notebook Mrschlesi Linux - Laptop and Netbook 4 10-11-2003 02:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration