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

Re: Installation problems (hopefully the last of...)

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-06-07 20:35:36 CEST

Maury Hammel wrote:
> Hello all:
>
> I'm still trying to get all the pieces of Subversion installed on Red Hat
9
> using the RPMs. I have managed to get all of the packages installed
except for
> httpd-2.0.45-0.2.i386.rpm and mod_ssl-2.0.45-0.2.i386.rpm. Both report
failed
> dependencies:
>
> # rpm -Uh httpd-2.0.45-0.2.i386.rpm
> error: Failed dependencies:
> 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
> httpd-mmn = 20020628 is needed by (installed) mod_ssl-2.0.40-21.3
> 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
> # rpm -ivh mod_ssl-2.0.45-0.2.i386.rpm
> error: Failed dependencies:
> httpd-mmn = 20021106 is needed by mod_ssl-2.0.45-0.2
>
> I'm not sure why httpd-mmn is not found, because it appears to be a part
of the
> previous versions of httpd I've installed, and the two libapr* files are
sitting
> in /usr/lib, so I'm at a loss.
>
> Can someone point me in the right direction to get these things installed?

The failiures from your "rpm -U httpd..." command aren't missing items.
RPM is telling you that your currently installed mod_perl, mod_python, php
and mod_ssl packages are bound to a particular version of apache. Either get
compatible versions of mod_perl, mod_python, php and mod_ssl from where you
got your httpd-2.0.45 rpm, or uninstall those packages first.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 7 20:36:35 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.