Bug 68573

Summary: libxml2-devel should Require: zlib-devel
Product: [Retired] Red Hat Linux Reporter: Thomas Vander Stichele <thomas>
Component: libxml2Assignee: Daniel Veillard <veillard>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
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-07-11 12:10:14 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 Thomas Vander Stichele 2002-07-11 12:10:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020606

Description of problem:
libxml2 is compiled with zlib support, so when developing apps using libxml2 the
xml2-config script pulls in -lz.
So when compiling apps without zlib-devel installed this will fail.

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


How reproducible:
Always

Steps to Reproduce:
1. install a fresh system with only standard develtools, libxml2-devel,
   but no zlib-devel
2. write a simple app using libxml2
3. pull in xml2 LIBS and CFLAGS using xml2-config and try to compile
	

Actual Results:  it fails because of libz-devel missing

Expected Results:  libxml2-devel should require zlib-devel so that linking succeeds.

Additional info:

Maybe it'd be a good idea to also check if libxml2 buildrequires: zlib-devel,
and I don't know if this is the right policy, but maybe libxml2 itself should
also require zlib.

Comment 1 Daniel Veillard 2002-07-11 13:30:20 UTC
Fixed in RawHide already !

See the Requires
http://rpmfind.net//linux/RPM/rawhide/1.0/i386/RedHat/RPMS/libxml2-devel-2.4.22-2.i386.html

Daniel