Bug 45110

Summary: ndbm.h and libndbm.so belong to different packages
Product: [Retired] Red Hat Linux Reporter: Mikhail Zabaluev <mikhail.zabaluev>
Component: db2Assignee: Jindrich Novy <jnovy>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: low    
Version: 7.1CC: pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: db4-4.3.27-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-15 10:15:13 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 Mikhail Zabaluev 2001-06-20 08:18:31 UTC
Description of Problem:

ndbm.h resides in /usr/include/db1 and belongs to the db1-devel package,
whereas libndbm.so is a symlink to libdb2.so and belongs to the db2-devel
package.

This induces unnecessary build dependencies (and potential problems)
for perl and other sources that include ndbm.h and link against -lndbm.

Comment 1 Jindrich Novy 2006-02-15 10:15:13 UTC
The problem no more exist since db4.