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

Re: Building subversion on Solaris 8

From: Ed Hillmann <ed.hillmann_at_gmail.com>
Date: 2007-05-13 23:59:17 CEST

On 5/12/07, Finley, Stephen <stephen.finley@fmr.com> wrote:
> Hi everyone
>
> I hope that someone can help me with some problems I seem to be having.
> I have copied the 1.4.3 tarball and the dependencies tarball. I have run
> configure with the prefix option to install in a different directory. I
> run the make and get no errors. I run make install and then get an error
>
>
> ld.so.1: svn: fatal: relocation error: file
> /export/home/a422137/usr/local/lib/l
> ibapr-0.so.0: symbol __register_frame_info: referenced symbol not found
>
>
> Have tried several different things and nothing has worked. Does anyone
> have any ideas?
>
>
> Steve
>
Have you tried enforcing that shared libraries are used? I always use
--enable-shared=yes when building on Solaris, because Solaris does not
ship with some key static libraries. Solaris requires you to build
binaries that use shared libraries (instead of building in static
libraries).

Hope this helps,
Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 13 23:59:35 2007

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.