[OpenAFS] Where/how to get openafs-kmdl ?

Jason Edgecombe jason@rampaginggeek.com
Thu, 05 Jun 2008 20:22:08 -0400


Martin Gruenewald wrote:
> Hi;
>
> Sorry, but I need more help:
>
> On Mon, 2 Jun 2008, Jason Edgecombe wrote:
>
>   
>> Martin Gruenewald wrote:
>>     
>>> Hi;
>>>
>>> I'd like to install openafs-client on my Fedora-8 PC:
>>> Error: Missing Dependency: openafs-kmdl-1.4.6-27.fc8 is needed by package
>>> openafs-client
>>>
>>> I have enabled the atrpms repository.
>>>
>>> Where is the missing package openafs-kmdl-1.4.6-27.fc8, or how can I make
>>> it? Google has nothing to say about this...   
>>>       
>> Try this:
>> http://www.gossamer-threads.com/lists/atrpms/users/9728
>>     
>
> This thread does not tell me anything about openafs; but rebuilding some
> kmdl file for another case:
>
>   rpmbuild --rebuild --define 'kmdl_userland 0' foo....src.rpm 
>
> I do not know what to put for "foo....src.rpm" for the openafs case.
>
>   
>> or you can
>> use the rpms from
>> http://www.openafs.org/pages/release/1.4.7/index-fedora-8.html
>>     
>
> there is no kmdl file either on that page. 
>
> ??
>
>   
0. install the kernel-devel rpm for your kernel using yum.
1. download openafs-1.4.6-27.src.rpm from 
http://www.atrpms.net/dist/f8/openafs/
2. run "rpmbuild --rebuild --define 'kmdl_userland 0'  
openafs-1.4.6-27.src.rpm"

Look in /usr/src/redhat/RPMS/* for the kmdl rpm

Jason