[OpenAFS] all the packages for rhel 4

Simon Wilkinson sxw@inf.ed.ac.uk
Mon, 9 Jun 2008 23:48:45 +0100


On 9 Jun 2008, at 23:38, David Bear wrote:

> I'm trying to get 1.4.6 installed on rhel 4.1. From openafs.org I  
> see a lot of kmod-. packages. So here's what I  have grabbed.
>
> kmod-openafs-1.4.7-1.1.2.6.9_67.0.15.EL.i686.rpm
> openafs-1.4.7-el4.1.1.i386.rpm
> openafs-client-1.4.7-el4.1.1.i386.rpm
> openafs-krb5-1.4.7-el4.1.1.i386.rpm
>
> the openafs packages installs find.
> rpm -U openafs-client packages tells me it needs openafs-kmod.
>
> So attempting to rpm -U kmod-openafs I get the failed dependency  
> openafs-kmod-common.
>
> I don't see a package by that name. What am I missing?
>
> I only want an openafs client.

You need:

openafs
openafs-client
openafs-krb5
kmod-openafs (which must match your kernel version, and variant)

You need to install them all in a single RPM transaction - that is,  
with a single invocation of 'rpm -U'

If you have yum available on your system (I'm not sure if RHEL4 ships  
with yum, I know that RHEL5, and many of the rebuilt distros do), you  
can just install the openafs-repository RPM, and 'yum install openafs- 
client' will fetch all of the necessary bits, and keep them up to  
date into the future.

S.