Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Which package brings me libgssapi_krb5.so ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Tin
Guru
Guru


Joined: 22 Dec 2005
Posts: 305
Location: Namur, Belgium

PostPosted: Thu Sep 03, 2009 9:00 pm    Post subject: Which package brings me libgssapi_krb5.so ? Reply with quote

I tried to play with equery b /usr/lib/libgssapi_krb5.so
I tried a grep -R libgssapi /var/db/pkg/*

Nothing :-(

I would like to know which package will bring me this library.
I guess it is openldap with kerberos use flag (because it is installed without this flag)
but I will probably have other missing libraries in the future and I would like to know how to list which packages contains this file in their installation.

[edit]
ok, I found where to find the library
emerge mit-krb5
https://forums.gentoo.org/viewtopic-t-749315-highlight-libgssapikrb5.html

But my question remains, how to find this without having to google and forum.
It should be possible to query the system or the ebuilds repository to know that, isn't it ?
[/edit]
_________________
Tin, the gentoobie
Back to top
View user's profile Send private message
aceFruchtsaft
Guru
Guru


Joined: 16 May 2004
Posts: 438
Location: Vienna, Austria

PostPosted: Thu Sep 03, 2009 9:25 pm    Post subject: Re: Which package brings me libgssapi_krb5.so ? Reply with quote

Tin wrote:

But my question remains, how to find this without having to google and forum.
It should be possible to query the system or the ebuilds repository to know that, isn't it ?


No because equery only queries installed packages. There is no list of files which an ebuild will provide if installed before actually installing it.
Back to top
View user's profile Send private message
fberger
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2006
Posts: 89
Location: Germany

PostPosted: Thu Jul 28, 2011 8:52 am    Post subject: Re: Which package brings me libgssapi_krb5.so ? Reply with quote

Tin wrote:

ok, I found where to find the library
emerge mit-krb5


Thanks for the pointer, that dependency just hit me.

Tin wrote:

But my question remains, how to find this without having to google and forum.
It should be possible to query the system or the ebuilds repository to know that, isn't it ?


I agree. best thing would be a box on the net with the whole portage tree installed where one can run equery remotely.

Regards,
fberger
Back to top
View user's profile Send private message
myceliv
Apprentice
Apprentice


Joined: 29 Nov 2007
Posts: 178

PostPosted: Thu Jul 28, 2011 1:06 pm    Post subject: Reply with quote

The wonderfully useful app-portage/pfl provides e-file to query which package(s) provide a given file, even if not installed. Unfortunately it doesn't do partial or regex matching, so you must know the full file name. For example:
Code:

% e-file libgssapi_krb5.so
 * app-emulation/emul-linux-x86-baselibs
   <snip>
 * app-crypt/mit-krb5
   <snip>
Back to top
View user's profile Send private message
fberger
Tux's lil' helper
Tux's lil' helper


Joined: 04 Dec 2006
Posts: 89
Location: Germany

PostPosted: Thu Jul 28, 2011 1:54 pm    Post subject: Reply with quote

myceliv wrote:
The wonderfully useful app-portage/pfl provides e-file to query which package(s) provide a given file, even if not installed.


Yay. Installing right now. Thanks for the pointer.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum