Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 4716

Summary: Incorrect soname for /lib/libdb1.so and /usr/lib/libdb1.so
Product: [Retired] Red Hat Linux Reporter: ksitze
Component: glibcAssignee: Cristian Gafton <gafton>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
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: 1999-08-27 14:24:40 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 ksitze 1999-08-26 07:42:55 UTC
The /usr/lib/libdb1.so library has an incorrect soname
which causes the libdb.so.2 library to be incorrectly
linked into an application.  This interferes with
porting applications using db-1.85 databases (which are
incompatable with the db-2 code in libdb.so.2).

Suggested fix is to pass -h libdb1.so.2 to the linker
in building the library.

Comment 1 Jeff Johnson 1999-08-27 14:24:59 UTC
The library for db1 is libdb1.so.2, while the library for db2 is
libdb.so.3. Confusing ain't it :-(