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

Re: RedHat RPMS for 7.3, 8.0, 9.0

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2003-07-13 19:42:36 CEST

On Sun, 13 Jul 2003, Steve Williams wrote:

> Sorry to be a pain, but how do we install the RPMs? I'm new to RPMs and
> RH9. Is there any particular order that they have to be installed in? Any
> particular command-line parameters that are we need?
>
> I test an update of apr using...
>
> # rpm -Uvh --test apr-0.9.4-0.1.i386.rpm
> error: Failed dependencies
> subversion < 0.20.1-2 conflicts with apr-0.9.4-0.1
>
> Ok, so I gather that subversion needs to be updated before apr then.
>
> # rpm -Uvh --test subversion-0.25.0-6434.i386.rpm
> error: Failed dependencies
> apr >= 0.9.4 is needed by subversion-0.25.0-6434
> ...and several other dependency errors.
>
> So apr needs a later version of subversion, but the later version of
> subversion needs that version of apr? Seems to be a circular dependency.
> Or am I on completely the wrong track here?
>

Subversion 0.25.0 is a big change in that I'm now doing what Redhat is
(will be) doing. I ported their RAWHIDE httpd-2.0.45 to httpd-2.0.47.
They broke out APR/APR-UTIL into separate packages.

So the answer to your question is that you will have to either "rpm -Uvh
all-required-packages" at once or piecemeal them by using "--nodeps" to
temporarily ignore dependencies. If you do that you might have to "rpm -e
--nodeps package" temporarily until you get the other package installed
that fulfills those dependencies.

Does that help?

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 13 20:01:18 2003

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.