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

Re: compile error on solaris 2.8

From: Johannes Fahrenkrug <jfa_at_gebeco.de>
Date: 2004-04-05 16:49:48 CEST

Hi!

Please describe your environment a bit.
I built svn on solaris 2.8 two weeks ago... it was a bit tricky but
the server is running just fine now. So it's possible :)

Here a couple of hints:
After installing BerkeleyDB, you have to add it's lib dir to the
LD_LIBRARY_PATH.
Configure apache2 something like this: ./configure --enable-dav=shared
--with-gdbm=no --enable-deflate=shared --enable-so
--with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db4

And configure Subversion like this:
./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.2
--with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apache2
--with-apr-util=/usr/local/apache2

Maybe that helps...

-Johannes.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 5 14:50:19 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.