Bug 460174
Summary: | FedoraDS install failt to look for / find db.h VERSION info in non-RHEL/Fedora OS' standard location | ||
---|---|---|---|
Product: | [Retired] 389 | Reporter: | bwailea+11 |
Component: | Directory Server | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED DUPLICATE | QA Contact: | Chandrasekar Kannan <ckannan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.1.1 | CC: | benl |
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: | 2010-01-22 19:33:28 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: | 543590 |
Description
bwailea+11
2008-08-26 16:16:03 UTC
Is there some way, on suse, to determine what db directory to use e.g. pkg-config --cflags db4 or db-config or something like that? It would be nice to have some standard mechanism to determine where to look for the db include dir and libname/libdir. other than the aforementioned, cat /usr/include/db.h #include <db4/db.h> indicating use of /usr/include/db4/db.h unfortunately, not that i'm aware of. also note that if, e.g., the default db version's (4.5) libdb45-devel is installed, AND libdb43-devel is installed as well, then, in cd /usr/include ls db* db_185.h db.h db4: <-- v45 is in here db_185.h db.h db43: db_185.h db_cxx.h db.h *** This bug has been marked as a duplicate of bug 519459 *** |