Bug 3737

Summary: cvs should use /usr/lib/libz.so.1
Product: [Retired] Red Hat Linux Reporter: monnier+lists/redhat/bugs
Component: cvsAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
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: 1999-07-23 18:01:16 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 monnier+lists/redhat/bugs 1999-06-25 20:36:57 UTC
ldd /usr/bin/cvs shows that cvs was compiled without
the shared zlib.  It would make more sense to use the
shared library rather than link zlib statically in the
executable.
The same seems to apply to the various XFree86 servers
as well as the xfs font server who are able to read .gz
files but don't use the shared library.
Oh and also rsync.


------- Additional Comments From   07/23/99 10:17 -------
zlib is small enough (about 20k-30k) that this isn't a problem.