Bug 18262 - missing db.h, and libdb
Summary: missing db.h, and libdb
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.0
Hardware: i586
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-03 21:11 UTC by Brian Rudy
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-03 21:16:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Brian Rudy 2000-10-03 21:11:38 UTC
It appears that /usr/include/db.h /usr/lib/libdb.so and /usr/lib/libdb.a
are missing in glibc-devel-2.1.92-14. In RH 6.1 these files were provided
by glibc-devel-2.1.2-11.

This caused a build of the DB_File Perl module to die. Putting symlinks to
/usr/include/db1/db.h  /usr/lib/libdb1.so and /usr/lib/libdb1.a seems to
correct the problem...

Comment 1 Jakub Jelinek 2000-10-03 21:24:28 UTC
glibc no longer provides Berkeley DB libraries.
Install some of db1, db1-devel, db2, db2-devel, db3, db3-devel
packages you need.


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