linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What RPM meets the libgssapi requirement on Fedora?
@ 2011-06-07 16:54 Ben Greear
  2011-06-07 17:05 ` Luk Claes
       [not found] ` <357A5DD9-991B-445B-8CF8-7C0A0B8F54D9@netapp.com>
  0 siblings, 2 replies; 5+ messages in thread
From: Ben Greear @ 2011-06-07 16:54 UTC (permalink / raw)
  To: linux-nfs

./configure
....
checking pkg-config is at least version 0.9.0... yes
checking for RPCSECGSS... yes
checking for GSSAPI... configure: error: Package requirements (libgssapi >= 0.11) were not met:

No package 'libgssapi' found

I tried:

[root@fs3 linux-2.6.38.x64-dbg]# yum install libgssapi-devel
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Nothing to do

This is on Fedora 13...

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What RPM meets the libgssapi requirement on Fedora?
  2011-06-07 16:54 What RPM meets the libgssapi requirement on Fedora? Ben Greear
@ 2011-06-07 17:05 ` Luk Claes
  2011-06-07 17:24   ` Ben Greear
       [not found] ` <357A5DD9-991B-445B-8CF8-7C0A0B8F54D9@netapp.com>
  1 sibling, 1 reply; 5+ messages in thread
From: Luk Claes @ 2011-06-07 17:05 UTC (permalink / raw)
  To: linux-nfs

Hi

In Debian it's called libgssglue as it was also renamed upstream quite a
while ago.

Cheers

Luk

On 06/07/2011 06:54 PM, Ben Greear wrote:
> ./configure
> ....
> checking pkg-config is at least version 0.9.0... yes
> checking for RPCSECGSS... yes
> checking for GSSAPI... configure: error: Package requirements (libgssapi
>>= 0.11) were not met:
> 
> No package 'libgssapi' found
> 
> I tried:
> 
> [root@fs3 linux-2.6.38.x64-dbg]# yum install libgssapi-devel
> Loaded plugins: presto, refresh-packagekit
> Setting up Install Process
> Nothing to do
> 
> This is on Fedora 13...
> 
> Thanks,
> Ben
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What RPM meets the libgssapi requirement on Fedora?
  2011-06-07 17:05 ` Luk Claes
@ 2011-06-07 17:24   ` Ben Greear
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Greear @ 2011-06-07 17:24 UTC (permalink / raw)
  To: Luk Claes; +Cc: linux-nfs

On 06/07/2011 10:05 AM, Luk Claes wrote:
> Hi
>
> In Debian it's called libgssglue as it was also renamed upstream quite a
> while ago.

Those are already installed (libgssglue, libgssglue-devel)
on my system, so it must be something else on Fedora...

Thanks,
Ben

>
> Cheers
>
> Luk
>
> On 06/07/2011 06:54 PM, Ben Greear wrote:
>> ./configure
>> ....
>> checking pkg-config is at least version 0.9.0... yes
>> checking for RPCSECGSS... yes
>> checking for GSSAPI... configure: error: Package requirements (libgssapi
>>> = 0.11) were not met:
>>
>> No package 'libgssapi' found
>>
>> I tried:
>>
>> [root@fs3 linux-2.6.38.x64-dbg]# yum install libgssapi-devel
>> Loaded plugins: presto, refresh-packagekit
>> Setting up Install Process
>> Nothing to do
>>
>> This is on Fedora 13...
>>
>> Thanks,
>> Ben
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What RPM meets the libgssapi requirement on Fedora?
       [not found] ` <357A5DD9-991B-445B-8CF8-7C0A0B8F54D9@netapp.com>
@ 2011-06-08  4:00   ` Ben Greear
  2011-06-08 11:36     ` Steve Dickson
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Greear @ 2011-06-08  4:00 UTC (permalink / raw)
  To: Thomas Haynes; +Cc: linux-nfs

On 06/07/2011 06:39 PM, Thomas Haynes wrote:
> On my FC 13 and FC 14 systems, I need to install the following to test NFSv4 XDR code:
>
> sudo yum -y install libgssglue-devel
> sudo yum -y install nfs-utils-lib-devel

Yeah, that works.  I was accidentally using a very ancient
nfs-utils git tree.

Thanks,
Ben

>
>
> On Jun 7, 2011, at 9:54 AM, Ben Greear wrote:
>
>> ./configure
>> ....
>> checking pkg-config is at least version 0.9.0... yes
>> checking for RPCSECGSS... yes
>> checking for GSSAPI... configure: error: Package requirements (libgssapi >= 0.11) were not met:
>>
>> No package 'libgssapi' found
>>
>> I tried:
>>
>> [root@fs3 linux-2.6.38.x64-dbg]# yum install libgssapi-devel
>> Loaded plugins: presto, refresh-packagekit
>> Setting up Install Process
>> Nothing to do
>>
>> This is on Fedora 13...
>>
>> Thanks,
>> Ben
>>
>> --
>> Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>>
>> Candela Technologies Inc http://www.candelatech.com
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>> the body of a message to majordomo@vger.kernel.org <mailto:majordomo@vger.kernel.org>
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>


-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What RPM meets the libgssapi requirement on Fedora?
  2011-06-08  4:00   ` Ben Greear
@ 2011-06-08 11:36     ` Steve Dickson
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Dickson @ 2011-06-08 11:36 UTC (permalink / raw)
  To: Ben Greear; +Cc: Thomas Haynes, linux-nfs



On 06/08/2011 12:00 AM, Ben Greear wrote:
> On 06/07/2011 06:39 PM, Thomas Haynes wrote:
>> On my FC 13 and FC 14 systems, I need to install the following to test NFSv4 XDR code:
>>
>> sudo yum -y install libgssglue-devel
>> sudo yum -y install nfs-utils-lib-devel
Please note, that nfs-utils-lib will be going away in Fedora 15.

The rpm was a combination of two libraries. librpcsecgss and  libnfsidmap.
librpcsecgss is no longer needed now that we have libtirpc so I
broke libnfsidmap out into its own rpm... 

steved.

> 
> Yeah, that works.  I was accidentally using a very ancient
> nfs-utils git tree.

> 
> Thanks,
> Ben
> 
>>
>>
>> On Jun 7, 2011, at 9:54 AM, Ben Greear wrote:
>>
>>> ./configure
>>> ....
>>> checking pkg-config is at least version 0.9.0... yes
>>> checking for RPCSECGSS... yes
>>> checking for GSSAPI... configure: error: Package requirements (libgssapi >= 0.11) were not met:
>>>
>>> No package 'libgssapi' found
>>>
>>> I tried:
>>>
>>> [root@fs3 linux-2.6.38.x64-dbg]# yum install libgssapi-devel
>>> Loaded plugins: presto, refresh-packagekit
>>> Setting up Install Process
>>> Nothing to do
>>>
>>> This is on Fedora 13...
>>>
>>> Thanks,
>>> Ben
>>>
>>> -- 
>>> Ben Greear <greearb@candelatech.com <mailto:greearb@candelatech.com>>
>>> Candela Technologies Inc http://www.candelatech.com
>>>
>>> -- 
>>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>>> the body of a message to majordomo@vger.kernel.org <mailto:majordomo@vger.kernel.org>
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-08 11:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-07 16:54 What RPM meets the libgssapi requirement on Fedora? Ben Greear
2011-06-07 17:05 ` Luk Claes
2011-06-07 17:24   ` Ben Greear
     [not found] ` <357A5DD9-991B-445B-8CF8-7C0A0B8F54D9@netapp.com>
2011-06-08  4:00   ` Ben Greear
2011-06-08 11:36     ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).