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

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

From: Sander Striker <striker_at_apache.org>
Date: 2001-09-10 12:43:25 CEST

> From: Greg Stein [mailto:gstein@lyra.org]
> On Sat, Sep 08, 2001 at 09:33:23AM +0100, Joe Orton wrote:
>>...
>> If you're not building a with-DB3 build you will have to #if 0 the
>> ra_local_init definition in ra_libraries to get a useful binary with
>> this patch.
>
> That shouldn't be true. Without DB, the SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL
> symbol should not be set.

I wouldn't know, I use db in the subversion tree, because I couldn't
get --with-db=/path/of/my/db/install to work for me.
 
> Is there something more?

I have a shared svn binary with ssl working now. After doing

$ ./configure --enable-maintainer-mode --prefix=/opt/svn \
  --with-apxs=/opt/httpd/bin/apxs --with-ssl=/opt/ssl

I did:

$ mv neon/Makefile neon/Makefile~
$ sed -e 's/LIBS = /LIBS = -lssl/' neon/Makefile~ >neon/Makefile

Then it works ok. Surely this needs to get fixed somewhere...

The reason it was failing before is because an SSL function couldn't
be found which was in neon.

> Cheers,
> -g

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.