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

Re: Problem running/compiling svn in Fedora Core 1

From: Fawad Halim <fawad_at_fawad.net>
Date: 2003-11-10 16:28:10 CET

I upgraded to Fedora myself over the weekend, but didn't get the problem
you did (I don't even have /lib/libcom_err.so.3 right now). Did you
re-run autogen.sh and configure?

 The problem I did have was with having 2 versions of Berkeley DB 4 on
the machine: db4 (4.1.x) and compat-db (4.0.x). The build I had from my
Redhat 9 days failed with the error "Bad database version:....". I build
httpd, apr, apr-util from CVS and subversion from svn trunk. Apparently,
if you have just db 4.1, the configure script on apr-util fails saying
'db4 not found'. Taking a hint from a thread on the users list some time
back, running

export LDFLAGS="-ldb-4.1"

before building apr-util and subversion did the trick. Had to dump and
load the repositories for going from 4.0->4.1, of course.

Just my $0.02.

-fawad

Steven Op de beeck wrote:

>I upgraded to Fedora Core 1 recently. Since then I have had trouble
>compiling and running subversion.
>
>$ nice make
>svn: error while loading shared libraries: libcom_err.so.3: cannot open
>shared object file: No such file or directory
>Please specifiy RELEASE
>/bin/sh: line 1: exit: too many arguments
>make: *** [check_release] Error 1
>
>The problem seems to be an update of krb5-libs to version 1.3.1.
>
>Linking /lib/libcom_err.so.2 to /lib/libcom_err.so.3 seems to be fixing
>the problem.
>
>I didn't come across any other compile problems.
>
>
>
>btw;
>Since noone responds to me at users-owner@..., i'll put it here.
>This message is a few weeks old, but it's still a problem now.
>
>
>
>>Whenever I try to send a message to the users-ml, from
>>steven@opdebeeck.org, this email doesn't appear on the mailinglist.
>>
>>This morning I tried with another (annika@ulyssis.org) 'from' address
>>and this time it did work.
>>
>>Is ezmlm dropping my mails to the ml, because it responds to mails to
>>users-help@subversion.tigris.org.
>>
>>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 10 16:29:32 2003

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.