[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Newbie Help Request: kernel-source
- From: Michael Schwendt <rh0210ms arcor de>
- To: redhat-list redhat com
- Subject: Re: Newbie Help Request: kernel-source
- Date: Sun Dec 1 12:59:01 2002
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 01 Dec 2002 09:58:17 -0700, Mike Mahanes wrote:
> I must respectively disagree. When I try to install the
> kernel-source, the installer does a dependency check.
The kernel-source package itself does not depend on the krb5-libs
package.
Probably some other package which you have not installed yet depends
on krb5-libs. Maybe some other package is pulled in indirectly
because of the kernel-source package's dependencies.
$ rpm --query --requires kernel-source
fileutils
gawk
gcc >= 2.96-98
/bin/sh
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
/bin/sh
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.3)
libm.so.6
libm.so.6(GLIBC_2.0)
This will roughly print the list of what packages depend on files
from the krb5-libs package:
$ rpm --redhatprovides -ql krb5-libs | sed s/\..$//g | \
sed s#/usr/kerberos/lib/##g | \
xargs -n 1 rpm --redhatrequires
Here's the packages that depend directly on the krb5-libs package:
$ rpm --redhatrequires krb5-libs
krb5-devel-1.2.5-6
krb5-server-1.2.5-6
krb5-workstation-1.2.5-6
php-pgsql-4.2.2-8.0.5
pine-4.44-13
The krb5-* sub-packages require krb5-devel-1.2.5-6, so if you
upgraded the krb5-libs to 1.2.5-7, you would need to upgrade the
sub-packages, too.
What do you get for
$ rpm -qa 'krb5*'
?
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
iD8DBQE96k6T0iMVcrivHFQRAnvZAJwLSBOtrYnuedKxnBkMH3mEStWuyACfVMFy
rKK/6lH1TGs9XiTlVxqYKSI=
=Z5JA
-----END PGP SIGNATURE-----
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]