Bug 48095

Summary: shlib-with-non-pic-code /usr/lib/liblber40.so
Product: [Retired] Red Hat Linux Reporter: Christopher Blizzard <blizzard>
Component: mozillaAssignee: Christopher Blizzard <blizzard>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-24 16:32:12 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 Christopher Blizzard 2001-07-09 17:46:51 UTC
Description of Problem:

rpmlint warning

E: mozilla-mail shlib-with-non-pic-code /usr/lib/liblber40.so

Comment 1 Christopher Blizzard 2001-07-24 16:32:07 UTC
From dmose:

There's definitely something odd going on here.  I looked at rpmlint, and it's
getting upset because

objdump --headers --private-headers -T liblber40.so | grep .rel

shows a .rel.data section.  After rebuilding on my local disk, it no longer
does.  So maybe it's some old makefile or tools bug that has since been fixed. 
 What happens if you do

make clean
make

in

directory/c-sdk/ldap/libraries

?  Does the objdump above still show the same issue?

Dan


Comment 2 Christopher Blizzard 2002-08-29 20:59:16 UTC
We don't even ship this library anymore.