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

building a static svn client on solaris

From: cmmark <cmmark_at_ziplip.com>
Date: 2002-12-31 14:55:04 CET

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
Received on Tue Dec 31 14:56:34 2002

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.