Bug 106033

Summary: libAbiHancom.so linked against both libglib-1.2 and libglib2.0
Product: [Retired] Red Hat Raw Hide Reporter: Ralph Loader <suckfish>
Component: abiwordAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: chris.ricker
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: 2003-10-23 15:52:15 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:
Bug Depends On:    
Bug Blocks: 100643    

Description Ralph Loader 2003-10-02 06:44:51 UTC
Description of problem:

/usr/lib/AbiWord-2.0/plugins/libAbiHancom.so is linked against two different
versions of libglib: 1.2 and 2.0.

My understanding is that that is not supported; only one of the libraries
(presumably libglib-2.0) should be used.

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

abiword-2.0.0-3

Steps to Reproduce:

ldd /usr/lib/AbiWord-2.0/plugins/libAbiHancom.so|grep glib

Actual results:

        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4f7e4000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x401ae000)

Expected results:

Only libglib-2.0.so.0 should be present.

Comment 1 Jeremy Katz 2003-10-21 20:50:13 UTC
Fixed in 2.0.0-5

Comment 2 Chris Ricker 2003-10-23 15:52:15 UTC
closing, confirmed fixed