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

Re: Fedora RPMs (and RHEL3/WBEL3)

From: Craig Robson <craig_at_zhatt.com>
Date: 2004-03-01 17:40:33 CET

----- Original Message -----
From: "David Summers" <david@summersoft.fay.ar.us>
To: "Chris Croome" <chris@webarchitects.co.uk>
Cc: <users@subversion.tigris.org>
Sent: Monday, March 01, 2004 6:54 AM
Subject: Re: Fedora RPMs (and RHEL3/WBEL3)

>
>
> On Mon, 1 Mar 2004, Chris Croome wrote:
>
> > Trying to install the new db4 rpms doesn't work for me using -ivh (I
> > don't want to do a forced install):
> >
> > # rpm -ivh db4*.rpm
> > Preparing... ########################################### [100%]
> > file /usr/include/db4/db.h from install of db4-devel-4.2.52-3
conflicts with file from package db4-devel-4.1.25-14
> > file /usr/include/db4/db_185.h from install of
db4-devel-4.2.52-3 conflicts with file from package db4-devel-4.1.25-14
> > file /usr/include/db4/db_cxx.h from install of
db4-devel-4.2.52-3 conflicts with file from package db4-devel-4.1.25-14
> > file /usr/lib/libdb.so from install of db4-devel-4.2.52-3
conflicts with file from package db4-devel-4.1.25-14
> > file /usr/lib/libdb_cxx.so from install of db4-devel-4.2.52-3
conflicts with file from package db4-devel-4.1.25-14
> > file /usr/lib/libdb_tcl.so from install of db4-tcl-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/berkeley_db_svc from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_archive from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_checkpoint from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_deadlock from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_dump from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_dump185 from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_load from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_printlog from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_recover from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_stat from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_upgrade from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
> > file /usr/bin/db_verify from install of db4-utils-4.2.52-3
conflicts with file from package db4-utils-4.1.25-14
>
> You (probably) don't need the db4-devel-4.2.52 RPM. You may or may not
> need the db4-utils-4.2.52. For both of those (at the moment) you could
> choose either the db4-4.1.25 version or the db4-4.2.52 version.
>
> If there is a better way to do it then please let me know. I've thought
> about it some and not been able to think of a great way to do it where
> both utils and devel versions are concurrently loaded. Personally I have
> never had a problem with just using the newer versions, but depending on
> your usage, I could conceive of a case where it might be necessary to use
> both at the same time.
>
>

Here is what I did to install David's RPMs on a Fedora Core 1 Box.
# Get rid of a bunch of packages that depend might cause some problems. I
assume
# that if you really need any of these packages you'll know how to install
the
# correct versions of this stuff.
rpm --erase db4-devel apr-util-devel httpd-devel subversion-devel
mod_perl-devel
rpm --erase apr-devel neon-devel mod_dav_svn
rpm --erase db4-java

# We'll upgrade the db4-utils but install the main db4 package. This will
leave
# the 4.1 version of db4 intact. Bunches of packages require 4.1 db so this
# will keep them happy.
rpm --upgrade db4-utils-4.2.52-3.i386.rpm
rpm --install db4-4.2.52-3.i386.rpm

# Finally, upgrade the subversion packages.
rpm --upgrade apr-0.9.5-0.3.i386.rpm \
              apr-util-0.9.5-0.3.i386.rpm \
              neon-0.24.4-1.i386.rpm \
              subversion-1.0.0-2.fc1.i386.rpm

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 1 17:39:41 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.