[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: RH9 upgrading to rawhide apache/httpd



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 30 Jun 2003 16:43:03 +0100, billd wrote:

> I'm having problems with rpm and trying to upgrade
> to an apache >2.0.43 which I apparently need to run
> an application under.
> 
> RH9 has 2.0.40-21.  So I downloaded httpd-2.0.45 and
> did
> 
> rpm -ivF httpd-2.0.45-10.i386.rpm

What is "-ivF"? Shouldn't it be either -iv or -Fv?

> warning: httpd-2.0.45-10.i386.rpm: V3 DSA signature: NOKEY, key ID 897da07a
> error: Failed dependencies:
>          libapr-0.so.0 is needed by httpd-2.0.45-10
>          libaprutil-0.so.0 is needed by httpd-2.0.45-10
>          libdb-4.1.so is needed by httpd-2.0.45-10
>          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) mod_ssl-2.0.40-21
>          httpd-mmn = 20020628 is needed by (installed) php-4.2.2-17
>          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
> 
> 
> First off, for the libapr-0.so.0   how do I find out what I need
> to install to get that?  I guess a --whatprovides should help,
> but so far any combination that I've tried hasn't told me...

Install the "rpmdb-redhat" package. Then you can query with
- --redhatprovides and --redhatrequires like this:

  $ rpm --redhatprovides libapr-0.so.0
  subversion-0.17.1-4503.0
  
> same with the other two needed by lines...  and then, the httpd-mmn
> lines, do I upgrade those packages?  and the last two lines?

httpd-mmn is not a package, but a virtual capability:
  
  $ rpm -q --provides httpd | grep httpd-m
  httpd-mmn = 20020628

Other packages use it to depend on it. It is a hint that you might
need to rebuild/upgrade the other packages, too, in order to not
break anything.

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/AGVH0iMVcrivHFQRAm/hAJ4+nSu+Kthi77Yoc8AOmRl+Z+FSRwCdGl/J
IpKVlMxiD5EoUGXE0+TxiEU=
=zpJc
-----END PGP SIGNATURE-----




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]