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...
RydForLyf
May 31, 2009Tutor
By-The-Book Installation i.e. (RTFM)
Section II.B Building the Latest Source Under Unix states to run autogen to check for all dependencies:
When I run autogen, this is my result:
... so I attempt to find out what version of autoheader I'm using...
OK, so now I'm stuck. I haven't been able to find a way to install autoheader to get past this stumbling block. All of the documentation I've found on autoheader gives me commands, but no way to get a new version, or just a missing Compare.pm file.
Any ideas?
As a side note, I also tried compiling what I have so far. The output was sent to a file, but this is what was echoed to the screen....
The last bits in the output file are ...
It looks like I have multiple problems in multiple places. Any suggestions on how to get past these problems so I can get onto the next set of problems?
Thanks,
Chuck
Section II.B Building the Latest Source Under Unix states to run autogen to check for all dependencies:
Start the process by running "autogen.sh":
$ sh ./autogen.sh
This script will make sure you have all the necessary components
available to build Subversion. If any are missing, you will be
told where to get them from. (See the 'Build Requirements' in
section I.)
Note: if the command "autoconf" on your machine does not run
autoconf 2.58 or later, but you do have a new enough autoconf
available, then you can specify the correct one with the
AUTOCONF variable. (The AUTOHEADER variable is similar.) This
may be required on Debian GNU/Linux, where "autoconf" is
actually a Perl script that attempts to guess which version is
required -- because of the interaction between Subversion's and
APR's configuration systems, the Perl script may get it wrong.
So for example, you might need to do:
$ AUTOCONF=autoconf2.58 sh ./autogen.sh
When I run autogen, this is my result:
# sh ./autogen.sh
buildcheck: checking installation...
buildcheck: autoconf version 2.59 (ok)
buildcheck: autoheader not found.
You need autoheader version 2.50 or newer installed.
... so I attempt to find out what version of autoheader I'm using...
# 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.
OK, so now I'm stuck. I haven't been able to find a way to install autoheader to get past this stumbling block. All of the documentation I've found on autoheader gives me commands, but no way to get a new version, or just a missing Compare.pm file.
Any ideas?
As a side note, I also tried compiling what I have so far. The output was sent to a file, but this is what was echoed to the screen....
# ./configure --build=sparc-linux > configure.out
/svn/compile/subversion-1.6.2/apr/configure: line 11075: uniq: command not found
/svn/compile/subversion-1.6.2/apr/configure: line 48161: uniq: command not found
/svn/compile/subversion-1.6.2/apr-util/xml/expat/configure: line 5926: uniq: command not found
/svn/compile/subversion-1.6.2/apr-util/xml/expat/configure: line 22519: uniq: command not found
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: WARNING: lib/Makefile.in seems to ignore the --datarootdir setting
/svn/compile/subversion-1.6.2/apr-util/configure: line 47953: uniq: command not found
/svn/compile/subversion-1.6.2/neon/configure: line 5765: uniq: command not found
/svn/compile/subversion-1.6.2/neon/configure: line 33854: uniq: command not found
configure: error: We require OpenSSL; try --with-openssl
The last bits in the output file are ...
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking openssl/opensslv.h usability... no
checking openssl/opensslv.h presence... no
checking for openssl/opensslv.h... no
It looks like I have multiple problems in multiple places. Any suggestions on how to get past these problems so I can get onto the next set of problems?
Thanks,
Chuck
Related Content
NETGEAR Academy

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