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

Re: Help with Subversion 1.3 on HP-UX 11.23 ia-64

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-08-24 18:54:06 CEST

On 8/24/06, Wendy Smoak <wsmoak@gmail.com> wrote:
> I've compiled Subversion 1.3.0 on a single-cpu HP-UX box with the
> usual ./configure, make, make install. That box has the C compiler
> from HP on it, and I don't see gcc anywhere. There were some
> warnings, but no errors and it's been working fine since January.
>
> Now I'd like to get Subversion installed on a different HP-UX box. I
> will not be able to compile it on this box because we're only licensed
> for a single CPU the HP C compiler.
>
> I tried the depot from [1], and while it seemed to install fine, it
> doesn't work. I get:
>
> $ svn --version
> /usr/lib/hpux32/dld.so: Unable to find library 'libgdbm.so'.
> Killed
>
> That .so file does not exist on *either* box.
>
> Can anyone offer advice on how to proceed? I don't know if I should
> try to figure out how to make a depot from the files on the working
> box, or if I can just copy over the subversion binaries found in
> /usr/local/bin and expect them to work.

I imagine that the binary package you installed is built with a
version of APR that depends on GDBM. You should be able to find a
GDBM package someplace that goes along with it, I imagine.
Alternatively, you could build a package based on the ones you built
on your machine with a compiler, but I have no clue how to build
packages for hpux, so I can't really advise you there.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 24 18:56:19 2006

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.