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

RE: [BUG] --with-ssl causes update to fail

From: Sander Striker <striker_at_apache.org>
Date: 2001-09-08 15:22:30 CEST

> From: Sander Striker [mailto:striker@apache.org]
> Hi,
>
> Ok, this time I tried the shared build and the
> resulting 'svn' fails.
>
> I'm using a fresh checkout of svn. With bundled
> db3. And Joes earlier patch to find out what the
> problem is.
>
> $ ./autogen.sh
> $ ./configure --prefix=/opt/svn-ssl --enable-maintainer-mode \
> --with-ssl=/opt/ssl
>
> # make install
>
> $ /opt/svn-ssl/bin/svn --version
> Subversion, version M3 (client)
> compiled Sep 8 2001, 11:57:07
>
> Copyright (C) 2000-2001 CollabNet.
> Subversion is open source software, see http://subversion.tigris.org/
>
> The following repository access (RA) modules are available:
>
>
> apr_error: #20019, src_err 0 : <DSO load failed>
> Could not load DSO `libsvn_ra_dav.so': /opt/svn-ssl/lib/libneon.so.15:
> undefined symbol: SSL_set_fd
>
>
> And thus it seems that something didn't get linked properly in
> shared build with ssl.

I'm not really familiar with neons and subversions build system internals
(yet), but it seems that neon isn't setting LIBS = -lssl in
neon/src/Makefile.
After manually adding this, recompiling and installing I now have
svn with shared libs and ssl capability :)

On to setting up the server side and do some testing ;)
I'll get back to you later.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006

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

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