Andreas Krey <a.k...@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

Reply via email to