Bug 12196
| Summary: | Missing libdb-3 from db3 RPM | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | scot |
| Component: | db3 | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | jbj |
| 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: | 2000-06-23 18:00:42 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
scot
2000-06-13 13:36:18 UTC
The recommended naming scheme is libdb-3.0.*, not libdb-3. $ ls -la /var/tmp/db3-root/usr/lib
lrwxrwxrwx 1 scot scot 12 Jun 23 12:44 libdb-3.so -> libdb-
3.0.so
lrwxrwxrwx 1 scot scot 12 Jun 23 12:44 libdb.so -> libdb-3.0.so
The above was from a recently compiled/installed DB3 RPM in to the build root.
I can understand why you don't want libdb.so linked to libdb-3.0.
But just uncommenting libdb-3.so in the db3.spec file would fix this problem.
%files
%defattr(-,root,root)
%doc LICENSE README docs examples_c
#%doc examples_cxx
#%{_DBprefix}/lib/libdb.so
#%{_DBprefix}/lib/libdb-3.so
Fixed in db3-3.1.14. |