NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
zfil
Jul 14, 2008Aspirant
Subversion : some progress
Hello I've managed to build a working subversion server : wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz First untar ...
enoesque73
Jan 25, 2009Aspirant
Hi,
I'm a relative newbie to both ReadyNAS and to linux.
I've been trying to get a Subversion server setup, mostly using the instructions in this thread.
However, I'm getting errors when trying to install certain packages, and I can't get the 'make' to even work.
What I ultimately need is a subversion server installed that I can access not only my home LAN, but also from outside my LAN - e.g. from work - using https(?)
Here's what I've done, starting with RAIDiator 4.01c1-p2 [1.00a042] with enableRootSSH and apt1.0.bin installed.
• Logged in as root using putty
• apt-get update
• apt-get install nano
• apt-get install libc6-dev
• apt-get install gcc
• apt-get install gdb
• apt-get install libtag1-dev – ERROR - see below
• apt-get install python
• apt-get install coreutils
• apt-get install libtool
• apt-get install uuid-dev
• apt-get install libssl-dev - ERROR - see below
• wget http://subversion.tigris.org/downloads/ ... 5.5.tar.gz
• wget http://subversion.tigris.org/downloads/ ... 5.5.tar.gz
• tar xvzf subversion-1.5.5.tar.gz
• tar xvzf subversion-deps-1.5.5.tar.gz
• rm *.gz
• cd subversion-1.5.5/zlib
• ./configure && make test && make install - OK, no errors
• cd ..
• (now in ~/subversion-1.5.5)
• ./configure --build=sparc-linux --enable-all-static --with-ssl --without-serf --with-zlib=/usr/local --with-devrandom=/dev/urandom - ERRORS, see below
• make - ERROR - see below
Anyone got any idea why I'm getting these errors? Should I be using svn 1.5.4 instead?
Any help very much appreciated.
enoesque
ERRORS
apt-get install libtag1-dev ERROR
apt-get install libssl-dev
./configure --build=sparc-linux --enable-all-static --with-ssl --without-serf --with-zlib=/usr/local --with-devrandom=/dev/urandom
(last few lines)
make
(Note, there is a Makefile.in, but no Makefile)
I'm a relative newbie to both ReadyNAS and to linux.
I've been trying to get a Subversion server setup, mostly using the instructions in this thread.
However, I'm getting errors when trying to install certain packages, and I can't get the 'make' to even work.
What I ultimately need is a subversion server installed that I can access not only my home LAN, but also from outside my LAN - e.g. from work - using https(?)
Here's what I've done, starting with RAIDiator 4.01c1-p2 [1.00a042] with enableRootSSH and apt1.0.bin installed.
• Logged in as root using putty
• apt-get update
• apt-get install nano
• apt-get install libc6-dev
• apt-get install gcc
• apt-get install gdb
• apt-get install libtag1-dev – ERROR - see below
• apt-get install python
• apt-get install coreutils
• apt-get install libtool
• apt-get install uuid-dev
• apt-get install libssl-dev - ERROR - see below
• wget http://subversion.tigris.org/downloads/ ... 5.5.tar.gz
• wget http://subversion.tigris.org/downloads/ ... 5.5.tar.gz
• tar xvzf subversion-1.5.5.tar.gz
• tar xvzf subversion-deps-1.5.5.tar.gz
• rm *.gz
• cd subversion-1.5.5/zlib
• ./configure && make test && make install - OK, no errors
• cd ..
• (now in ~/subversion-1.5.5)
• ./configure --build=sparc-linux --enable-all-static --with-ssl --without-serf --with-zlib=/usr/local --with-devrandom=/dev/urandom - ERRORS, see below
• make - ERROR - see below
Anyone got any idea why I'm getting these errors? Should I be using svn 1.5.4 instead?
Any help very much appreciated.
enoesque
ERRORS
apt-get install libtag1-dev ERROR
The following packages have unmet dependencies:
libtag1-dev: Depends: libtag1 (= 1.4-2bpo2.netgear2) but 1.4-2bpo2.netgear1 is to be installed
E: Broken packages
apt-get install libssl-dev
The following packages have unmet dependencies:
libssl-dev: Depends: libssl0.9.8 (= 0.9.8g-10) but 0.9.8e-9 is to be installed
E: Broken packages
./configure --build=sparc-linux --enable-all-static --with-ssl --without-serf --with-zlib=/usr/local --with-devrandom=/dev/urandom
(last few lines)
checking for working AI_ADDRCONFIG... yes
checking for socklen_t... yes
checking for struct tm.tm_gmtoff... yes
checking for struct tm.__tm_gmtoff... no
configure: zlib not enabled
checking whether to enable ACL support in neon... yes
checking for pkg-config... no
checking for library containing RSA_new... not found
configure: error: could not find library containing RSA_new
configure failed for neon
make
make: *** No targets specified and no makefile found. Stop.
(Note, there is a Makefile.in, but no Makefile)
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!