[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [SPAM]Debian SVN install problem

From: Bob Proulx <bob_at_proulx.com>
Date: 2006-08-19 19:31:07 CEST

Michael Socaciu wrote:
> I tried to install different SVN versions from tarballs on Debian.

I find the Debian packages to be most convenient. I recommend the
ones from sarge-backports which are the lastest versions backported to
the Debian stable release.

  http://www.backports.org/

Certainly you can compile your own anyway though. But you will want
to install all of the build dependencies.

> checking zlib.h usability... no
> checking zlib.h presence... no
> checking for zlib.h... no
> checking for openssl pkg-config data... no
> checking for library containing RSA_new... not found
> configure: error: could not find library containing RSA_new
> configure failed for neon

You will want build essential for doing anything.

  sudo apt-get install build-essential

Then install the build dependencies for the tools that you want to
compile. In this case subversion. Install the build dependencies for
subversion, as declared by the distro package.

  sudo apt-get build-dep subversion

There are a large number of dependencies to build subversion.

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 19:32:09 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.