NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
igor99
Dec 02, 2008Aspirant
Install BackupPC on Readynas NV+
I am wondering, if anyone has already tried to install Backuppc on a Readynas. As I would like to backup remote machines with daily snapshots, ie a different folder per machine for every day. I am ...
Infinite
Oct 26, 2011Aspirant
hno wrote: If apt-get complains that the package is already there then use the alternative dpkg method explained earlier, but extract to / instead of /tmp
# wget http://www.readynas.com/packages/readynas/perl-modules_5.8.8-7.infrant2_all.deb
# dpkg-deb -x perl-modules_5.8.8-7.infrant2_all.deb /
So... this helped fix many of my issues, but now I'm getting this...
$ make
make: *** No rule to make target `/usr/lib/perl/5.8/CORE/config.h', needed by `Makefile'. Stop.
I Googled the error and it looks like I need Perl-devel.
From http://perl.apache.org/docs/1.0/guide/t ... oting.html:
If while running 'make' you get a message:
make: *** No rule to make target
`/usr/lib/perl5/5.8.3/i386-linux/CORE/config.h',
needed by `Makefile'. Stop.
That means that your Perl installation is incomplete. Usually this is the case on package based distros, where perl is split across multiple packages. Usually you need to install the Perl-devel package to be able to build any other Perl modules that include XS extensions.
Any idea's on how to fix this? I was hoping to keep 5.8.8 so that I can package up the modules in a Frontview package.
Thanks.
-i
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!