[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:43:46 CEST

>>> issues@subversion.tigris.org wrote
> http://subversion.tigris.org/issues/show_bug.cgi?id=1518

> ------- Additional Comments From sussman@tigris.org 2003-09-12 07:37 PDT ---
> Please... one person having a build problem doesn't mean we have a
> bug. It usually turns out to be a quirk in the person's environment.
> This sort of thing is almost always figured out on the mailing lists.
> Ah, and I see you've already posted there. Closing this issue (if it
> turns out we find a real bug, we'll file it.)

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.

Anthony

-- 
Anthony Baxter     <anthony@interlink.com.au>   
It's never too late to have a happy childhood.
---------------------------------------------------------------------
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:46:01 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.