Bug 452952 - client lib picks up dependency on xqilla and xerces-c
Summary: client lib picks up dependency on xqilla and xerces-c
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 1.0
Hardware: All
OS: Linux
high
medium
Target Milestone: Next Version
: ---
Assignee: Matthew Farrellee
QA Contact: Kim van der Riet
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-26 08:16 UTC by Gordon Sim
Modified: 2011-08-12 16:20 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-26 13:03:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gordon Sim 2008-06-26 08:16:15 UTC
From Ted Ross:

"Looking at the qpidc package, it appears that it has dependencies on xqilla and
xerces.  Surely this is an error, is it not?"

From Matt Farrellee:

"configure.ac checks for xqilla and xerces-c with AC_LIB_CHECK, so if they are
found -lxqilla and -lxerces-c will be used on all link lines. Now, we're
building in brew so no extra xqilla or xerces-c libraries should be installed,
but they are installed because qpidd is built from the same spec as qpidc and it
requires them.

The solution to this may be to not just throw -lxqilla etc (likely same issue
with -lsasl2) in LIBS, but to keep them separate and only use them when building
a binary that needs them. There must be a simpler solution though."

Comment 1 Matthew Farrellee 2008-06-26 13:03:39 UTC
Upstream...

https://issues.apache.org/jira/browse/QPID-1151



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