Bug 838782 - Need static libraries for krb5
Summary: Need static libraries for krb5
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: krb5
Version: 16
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-10 05:38 UTC by Philip Prindeville
Modified: 2012-08-09 20:58 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-09 20:58:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Philip Prindeville 2012-07-10 05:38:53 UTC
Description of problem:

Even though I'm not anxious to use software statically linked to kerberos, there Fedora does ship static openssl libraries which then in turn expect to be linked with static krb5 libraries.

Also, static libraries have a variety of uses such as: verifying build completeness (for various libraries such as Poco which are used in embedded environments which are cross-built on Fedora hosts), and for running static analysis or for regression testing against multiple versions of a library.

Having krb5-static or krb5-devel include the static libraries would be indispensable.


Version-Release number of selected component (if applicable):

1.9.3-1.fc16.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Nalin Dahyabhai 2012-07-10 15:29:51 UTC
The build machinery actually errors out if you simply add a --enable-static to the configure invocation, suggesting that you also should disable building shared libraries to do so.  We also have a dependency on libkeyutils, which isn't available as a static library.  I'm not really convinced that the work of getting that all sorted out so that we can provide static libraries is worth the trouble.

Given that, I'm inclined to won't-fix this one.

Comment 2 Japheth Cleaver 2012-07-26 01:43:17 UTC
cf. https://bugzilla.redhat.com/show_bug.cgi?id=807050

Comment 3 Dmitri Pal 2012-08-09 20:58:51 UTC
I do not think we can do much here. If you need static libraries you would have to build them yourself.

Closing as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.