NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
RydForLyf
May 31, 2009Tutor
Request help installing Subversion on ReadyNas Duo
I really need to get Subversion set up on my Duo, so my first question is, can this be done? Which process should I use? I have unsuccessfully tried both the Hosting Subversion service on the ReadyNAS...
jimmy_1969
Oct 01, 2009Aspirant
Hi,
I also ran into problems with perl-modules when running ./autogen.sh
Above output basically says that the perl-module file Compare.pm can't be found.
Listing /usr/share/perl/5.8.8/File/ shows that perl-modules where installed but without the required file Compare.pm for autoheader.
Trying to re-install with sudo apt-get -f install perl-modules did nothing as it just told me perl-modules where already installed with the latest version. So to over-come this and do a proper re-install do:
Now the Compare.pm file should exist in the expected directory:
/usr/bin/autoheader -V should now give a proper version print
Tried a new attempt but ran into an issue with libtoolize
This was solved by installing the missing package libtool which contains libtoolize, i e sudo apt-get install libtool. Once that was in place the build was ok.
Bottom line: when-ever a build scripts fails, find out which the missing file is, and locate which package it belongs to. Install or re-install.
This post got me on the right track: http://www.readynas.com/forum/viewtopic.php?f=35&t=23481 (Thx!)
I also ran into problems with perl-modules when running ./autogen.sh
./autogen.sh
aclocal...
autoheader...
autoheader not found
/usr/bin/autoheader -V
Can't locate File/Compare.pm in @INC (@INC contains: /usr/share/autoconf /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/autoconf/Autom4te/FileUtils.pm line 136.
BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/FileUtils.pm line 136.
Compilation failed in require at /usr/bin/autoheader line 45.
BEGIN failed--compilation aborted at /usr/bin/autoheader line 45.
Above output basically says that the perl-module file Compare.pm can't be found.
Listing /usr/share/perl/5.8.8/File/ shows that perl-modules where installed but without the required file Compare.pm for autoheader.
Trying to re-install with sudo apt-get -f install perl-modules did nothing as it just told me perl-modules where already installed with the latest version. So to over-come this and do a proper re-install do:
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 /
Now the Compare.pm file should exist in the expected directory:
ls -la /usr/share/perl/5.8.8/File/
total 196
drwxr-xr-x 3 root root 4096 2007-02-02 12:45 .
drwxr-xr-x 38 root root 4096 2007-02-02 12:45 ..
-rw-r--r-- 1 root root 11261 2007-02-02 12:36 Basename.pm
-rw-r--r-- 1 root root 7423 2007-02-02 12:36 CheckTree.pm
-rw-r--r-- 1 root root 4284 2007-02-02 12:36 Compare.pm
-rw-r--r-- 1 root root 14032 2007-02-02 12:36 Copy.pm
-rw-r--r-- 1 root root 16626 2007-02-02 12:36 DosGlob.pm
-rw-r--r-- 1 root root 36671 2007-02-02 12:36 Find.pm
-rw-r--r-- 1 root root 7834 2007-02-02 12:36 Path.pm
drwxr-xr-x 2 root root 4096 2007-02-02 12:45 Spec
-rw-r--r-- 1 root root 595 2007-02-02 12:45 Spec.pm
-rw-r--r-- 1 root root 3372 2007-02-02 12:36 stat.pm
-rw-r--r-- 1 root root 64935 2007-02-02 12:36 Temp.pm
/usr/bin/autoheader -V should now give a proper version print
Tried a new attempt but ran into an issue with libtoolize
sudo ./autogen.sh
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
This was solved by installing the missing package libtool which contains libtoolize, i e sudo apt-get install libtool. Once that was in place the build was ok.
sudo ./autogen.sh
aclocal...
autoheader...
libtoolize... using libtoolize
automake...
automake: configure.ac: installing `./mkinstalldirs'
autoconf...
ready to configure
Bottom line: when-ever a build scripts fails, find out which the missing file is, and locate which package it belongs to. Install or re-install.
This post got me on the right track: http://www.readynas.com/forum/viewtopic.php?f=35&t=23481 (Thx!)
Related Content
NETGEAR Academy

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