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

Re: tarball compile on HP-UX 11 can't find db4 but is installed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-06-26 18:23:52 CEST

Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:

> On Wed, Jun 26, 2002 at 05:23:27PM +0200, Alexis Huxley wrote:
> > On Wed, Jun 26, 2002 at 03:43:54PM +0100, Philip Martin wrote:
> > > Alexis Huxley <ahuxley@gmx.net> writes:
> > >
> > > > /usr/lib/dld.sl: Call to mmap() failed - TEXT /home/ahuxley/opt/HP-UX_B.11.00/db4/lib/libdb-4.0.sl
> > > > /usr/lib/dld.sl: Permission denied
> > >
> > > A quick google search...
> > >
> > > Does /home/ahuxley/opt/HP-UX_B.11.00/db4/lib/libdb-4.0.sl have execute
> > > permission?
> >
> > Nope ... but it will do in five minutes! Assume it works if you
> > don't hear from me again :-) Many thanks!
> >
> Not having every used HPUX, I don't know for sure, but Brane said something
> about HPUX not working with svn because of something to do with BerkeleyDB
> being opened more than once. If you check the list arechive for the
> svn-breakage mailing list, you should see a bunch of failed tests for both
> hppa2.0w-hp-hpux11.11 and hppa1.1-hp-hpux10.20.

Yes, you can't access repositories via ra_local (file:///) on HPUX,
because the operating system won't allow you to open the same DB
environment more than once in a process, i.e. you can't open more than
one RA 'session' object to the same repository. It's because mmap()
is anemic on HPUX, and that's what BDB uses to open an environment.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 17:44:00 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.