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

Re: 1.0.4 installed and working but error in Apache log

From: Nicholas Hemley <Nicholas.Hemley_at_lhb.scot.nhs.uk>
Date: 2004-06-15 13:25:04 CEST

John,

Many thanks for the tip-off:

[root@tatties root]# ldd /opt/apache2/bin/httpd | fgrep libdb
        libdb-4.0.so => /lib/libdb-4.0.so (0x40042000)

It appears as if apache is compiled against 4.0...

Great! Problem understood!

Cheerio,
Nic

Nic Hemley

Lothian NHS Webmaster & Developer

internal: 89240
external: 0131 536 9240
int'l: +00 44 131 536 9240
web: www.nhslothian.scot.nhs.uk

>>> John Peacock <jpeacock@rowman.com> 15/06/2004 11:53:24 >>>
Nicholas Hemley wrote:
> I am thinking that an incompatible version of the Berkeley DB is
> installed?

That's one possibility; the other being permissions on the repository.
Make
sure that the user you are running Apache as has full permissions to
all files
in the repository folders. It is easiest to make sure that _all_
access is
through a single user account, rather than try to get http:// and
file:// access
working together (if you were doing that).

>
> Config:
> subversion-server-1.0.4-1.rh90.i386.rpm
> db4-4.2.52-3.1.i386.rpm
> Apache 2.0.49
> apr-0.9.5-0.2.i386.rpm
> neon-0.24.6-1.i386.rpm
>

You didn't say where you got these various files from, but you are
using RPM's
so it is more likely that you have a BDB mismatch. Try runnging this:

        $ ldd /usr/local/apache2/bin/httpd | fgrep libdb
         libdb-4.2.so => /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.so
(0x40041000)

(or whatever the path to httpd is). If you didn't obtain your Apache2
RPM from
the same source as the Subversion RPM, it is possible that Apache is
compile
against 4.0 or 4.1 instead of 4.2.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org 
For additional commands, e-mail: users-help@subversion.tigris.org 
**********************************************************************
The information contained in this message may be confidential or legally privileged and is intended for the addressee only, If you have received this message in error or there are any problems please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden.
**********************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 15 13:26:49 2004

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.