[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: Max Bowsher <maxb_at_ukf.net>
Date: 2003-07-13 23:58:51 CEST

Steve Williams wrote:
>> 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?
>
> Kind of, but not a great deal. Steven Brown previously suggested using
> 'rpm -Uvh *.rpm' (all required packages are in the one directory), and I
got
> the perl, python and php related dependency failures as described in my
most
> recent message.

[Visits contactor.se...]
> perl(Config::IniFiles) >= 2.27 is needed by subversion-tools-0.25.0-6434
> httpd-mmn = 20020628 is needed by (installed) mod_perl-1.99_07-5
> httpd-mmn = 20020628 is needed by (installed) mod_python-3.0.1-3
> httpd-mmn = 20020628 is needed by (installed) php-4.2.2-17.2
> libapr.so.0 is needed by (installed) mod_perl-1.99_07-5
> libaprutil.so.0 is needed by (installed) mod_perl-1.99_07-5

These messages? OK, clarifying: There are 2 issues here. First line: You
need the Config::IniFiles perl module. The whole cpan2rpm / cpanflute2 issue
has been discussed recently here.
All the rest of the lines are saying that the upgrade of apache you are
trying to install is incompatible with your installed mod_perl, mod_python
and php packages. You may be able to simple uninstall those packages. If you
need to use them, you will need to locate or build versions compatible with
the new apache version.

> It seems to be a lot of hacking and manual labour just to get Subversion
> updated on RH9. This is a large (insurmountable) barrier to newcomers.

This is really RPM standard operating procedure. If it is a barrier, it
isn't one erected by Subversion. It's also a vital skill for working with
Red Hat and similar distros.

> I'm getting more tempted to pay for a new WinXP license. I know it's
going to
> work there with no dependency issues.

Overreacting...

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 13 23:59:48 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.