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

Re: error compiling Subversion: "libsvn_ra_dav-1.so: undefined reference to `OpenSSL_add_all_algorithms'"

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2007-09-14 22:46:19 CEST

On Fri, Sep 14, 2007 at 01:17:20PM -0700, Reuben Avery wrote:

> In addition:
> $ /usr/bin/openssl
> OpenSSL> version
> OpenSSL 0.9.6e 30 Jul 2002

As Zappa said: "openssl is not dead, it just smells funny" :-)
Try building a recent openssl, yours is ancient.
For openssl: "./config --prefix /foo/bar/openssl shared"
For svn: "./configure --with-ssl --with-libs=/foo/bar/openssl" Maby you
also have to set at least CFLAGS; I am not sure.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 14 22:43:01 2007

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.