[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: David F. Newman <dnewman_at_epnet.com>
Date: 2004-10-26 18:41:49 CEST

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
Received on Tue Oct 26 18:42:58 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.