PDA

Bekijk de volledige versie : installing new software



Aramaki
25-10-2007, 12:56
I'm trying to install rsnapshot - backup utility using rsync

i've installed rsync, microperl, gawk

when setting up installation i get "Everything's OK"


[admin@(none) rsnapshot-1.3.0]$ ./configure --sysconfdir=/opt/etc
checking for a BSD-compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... ./install-sh -c
checking for perl... /opt/bin/perl
checking for rsync... /opt/bin/rsync
checking for cp... /bin/cp
checking for rm... /bin/rm
checking for ssh... /usr/bin/ssh
checking for logger... /usr/bin/logger
checking for du... /usr/bin/du
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rsnapshot
config.status: creating rsnapshot-diff
config.status: creating rsnapshot.conf.default
config.status: creating t/support/etc/configtest.conf
config.status: creating t/support/etc/rsync.conf
config.status: creating t/support/etc/gnu_cp.conf
config.status: creating t/support/etc/relative_delete_bugfix.conf
config.status: creating t/configtest.t
config.status: creating t/rsync.t
config.status: creating t/gnu_cp.t
config.status: creating t/relative_delete_bugfix.t

Now type "make test" to run the regression test suite.
Then type "make install" to install the program.

After rsnapshot is installed, don't forget to copy
/opt/etc/rsnapshot.conf.default to /opt/etc/rsnapshot.conf

[admin@(none) rsnapshot-1.3.0]$


But when i start make test or make install i get errors


[admin@(none) rsnapshot-1.3.0]$ make test
/opt/bin/perl -MTest::Harness -e 'runtests(glob "t/*.t")';
Can't locate Test/Harness.pm in @INC (@INC contains: /opt/lib/perl5/5.8.8/mipsel-linux /opt/lib/perl5/5.8.8 /opt/lib/perl5/site_perl/5.8.8/mipsel-linux /opt/lib/perl5/site_perl/5.8.8 /opt/lib/perl5/site_perl .).
BEGIN failed--compilation aborted.
make: *** [test] Error 2
[admin@(none) rsnapshot-1.3.0]$



[admin@(none) rsnapshot-1.3.0]$ make install
/usr/bin/pod2man -c '' -n 'rsnapshot' -r '' rsnapshot > rsnapshot.1
/bin/sh: /usr/bin/pod2man: not found
make: *** [rsnapshot.1] Error 127
[admin@(none) rsnapshot-1.3.0]$


May be i should install normal perl? i've a got a lot of space at /opt as part of HDD but will it slow me down?

WeisserRiese
12-05-2008, 19:42
It's the same with my installation...
tried ln -s microperl perl
but nothing changed.
can't install perl because i get a failure/missing files when i type
ipkg install perl
anyone who knows how to change these things so i can get a working rsnapshot?
greets
chris