Bug 62071
Summary: | the libXv.so shared library is missing | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Need Real Name <mlambert> |
Component: | XFree86-compat-libs | Assignee: | Mike A. Harris <mharris> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | skipjack-beta1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-03-27 07:52:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Need Real Name
2002-03-27 07:52:02 UTC
libXv should not _ever_ be a shared library. It was enabled as a shared library in Red Hat Linux 7.1 accidentally, and was disabled again for the erratum. To provide binary compatibility for programs which were unfortunate enough to get linked to the shared library, I created the XFree86-compat-libs package, which contains libXv and libXxf86dga shared libraries for runtime usage. It does not contain the .so for development usage however, and this is very intentional as these libraries should not be shared. Any application which requires shared libXv or libXxf86dga at build time is broken, and should be fixed to link statically. The compat-libs package will disappear in a future release when XFree86 4.3.0 comes out. |