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

Re: Problems compiling SVN on Solaris 8

From: BRM <bm_witness_at_yahoo.com>
Date: 2004-10-26 20:11:37 CEST

Thanks, but I am still getting the error. The variable
LD_RUN_PATH wasn't set, so I did set it, which it
probably sould have.

The message ld is returning is:

relocations against allocateable but non-writeable
sections

This occurs when trying to compile lib_ra_dav-1.la in
subversion/libsvn_ra_dav/.

I only tried recompiling SubVersion. Is it needing to
have one of the other programs recompiled to fix this?
If os, which one? Again, libssl & libcrypto (OpenSSL),
libz (GNU libz), and libneon (Neon) are all being
affected.

TIA,

BRM

--- "David F. Newman" <dnewman@epnet.com> wrote:

> On Tue, 2004-10-26 at 11:51, Ben Meyer wrote:
> > Finally, I tried to build SubVersion with the
> > following options:
> >
> > ./configure --with-ssl
> --with-apr=/usr/local/apache2
> > --with-apr-util=/usr/local/apache2
> >
> > I also tried adding --with-neon=/usr/local.
> However,
> > after SVN gets through all the compilation, it
> dumps
> > out several pages of linker errors related to
> OpenSSL
> > and Neon stating a lot of unknown reference
> issues.
> > OpenSSL works just fine, and was used to generate
> a
> > CERT for the Apache2 SSL site on the same system.
>
>
> try setting LD_RUN_PATH to /usr/local/lib before
> running configure. You
> might also want /usr/local/BerkeleyDB.4.2/lib in
> there too.
>
> bourne shell
>
LD_RUN_PATH=/usr/local/lib:/usr/local/BerkeleyDB.4.2/lib
> export LD_RUN_PATH
>
> c shell
> setenv LD_RUN_PATH
> /usr/local/lib:/usr/local/Berkeley.4.2/lib
>
> -Dave
>
>
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail:
> users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 26 20:12:57 2004

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.