You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cmmark <cm...@ziplip.com> on 2002/12/31 13:55:04 UTC

building a static svn client on solaris

Hi, I am trying to build a static commandline svn client on solaris to pass around to folks to try out subversion. (I am also interesting in a static commandline svn Windows client if one is available)

Here's the configure options I am using:
./configure \
--prefix=$INSTALLDIRSVN \
--with-apr=$INSTALLDIRAPACHE2/bin \
--with-apr-util=$INSTALLDIRAPACHE2/bin \
--without-berkeley-db \
--enable-maintainer-mode \
--enable-all-static \
--disable-shared

it builds fine. I cp the svn binary it to a different server under a different account and run 'svn help'. The following is the output.
> ./svn help
ld.so.1: ./svn: fatal: libdb-4.0.so: open failed: No such file or directory
Killed

I built against r4210. Is there any reason the client needs the db4 libraries to work? I built it again after placing the static db4 libs in the LDFLAGS path to link in those libraries as well, but the db4 libraries didn't seem to get linked with the svn client.

Thanks,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org