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

Re: 1.7.0 does not build on Solaris9

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 19 Oct 2011 10:36:28 +0100

Andreas Krey <a.krey_at_gmx.de> writes:

> + svn commit -m 1
> Adding kadr.polon.p
> Transmitting file data .ld.so.1: svn: fatal: relocation error: file /export/home/krey/svn17/lib/libsvn_delta-1.so.0: symbol compressBound: referenced symbol not found

I think that is a zlib symbol. Subversion links some libraries against
zlib but doesn't link executables to zlib directly, relying on the
library to pull them in. If you build using

 make EXTRA_LDFLAGS=-lz

that will probably fix the problem. If zlib is in some non-standard
location you may need

 make EXTRA_LDFLAGS='-lz -L/some/dir'

-- 
Philip
Received on 2011-10-19 11:37:12 CEST

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.