Bug 62071

Summary: the libXv.so shared library is missing
Product: [Retired] Red Hat Public Beta Reporter: Need Real Name <mlambert>
Component: XFree86-compat-libsAssignee: 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
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901

Description of problem:
the libXv.so.x shared library is missing from skipjack while the .a file
exists... this has prevented me from compileing certain programs without difficulty

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


How reproducible:
Always

Steps to Reproduce:
1.simply missign from distro
2.
3.
	

Additional info:

Comment 1 Mike A. Harris 2002-03-28 04:43:10 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.