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

Re: [Issue 1518] - make install fails with ld.so failure on libsvn_client-1.so.0

From: Anthony Baxter <anthony_at_interlink.com.au>
Date: 2003-09-15 10:47:32 CEST

>>> Anthony Baxter wrote
> The subversion build process, on Solaris, at least, is _broken_. It does
> _not_ work. To hack around enough to get it to work, I had to do the
> following ./configure line:
>
> CC=gcc3.2 LDFLAGS="-R/opt/local/BerkeleyDB4/lib -L/opt/local/svn/lib
> -R/opt/local/svn/lib" ./configure --prefix=/opt/local/svn
> --with-berkeley-db=/opt/local/BerkeleyDB4
>
> Every single entry in LDFLAGS should have been created by default by
> the configure script. This isn't a difficult problem - there's plenty
> of packages out there that manage this.

I should also note that even with these lines, doing something like
"make prefix=/tmp/svninst/opt/local/svn install" (so that you can
package up the software) is still utterly broken. It appears that the
problem is that "make install" tries to rebuild all the shared objects
and executables, rather than just, well, installing them.

Anthony

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 15 10:49:37 2003

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.