Bug 801922 - liblfc.so can be used as a runtime module
Summary: liblfc.so can be used as a runtime module
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: lcgdm
Version: el5
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Mattias Ellert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-09 20:52 UTC by Brian Bockelman
Modified: 2012-03-10 19:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-10 19:44:34 UTC
Type: ---


Attachments (Terms of Use)

Description Brian Bockelman 2012-03-09 20:52:51 UTC
Description of problem:

liblfc.so is used by some software (particularly lcg-utils in EMI and OSG, though that's not in EPEL/Fedora, so I don't know if that counts) as a runtime loadable module.

Because of this, I believe the "/usr/lib/liblfc.so" symlink should be included in the lfc-libs package, not lfc-devel.

Can this change be made?  Or is this the correct approach?

Thanks in advance,

Brian

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

1.8.x

How reproducible:

N/A

Comment 1 Mattias Ellert 2012-03-10 19:44:34 UTC
Neither including the .so symlink in the library package, nor adding a runtime dependency on the devel package is the rigth thing to do in this case.

The proper thing to do when packaging for Fedora and EPEL is to patch the package dlopening the library to dlopen the versioned library, i.e. liblfc.so.1 in this case.

See for example the discussion in the Package Review in bug #592670 comment #17.


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