Bug 15428
Summary: | Db2 Access always reports errors | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <luke> |
Component: | db1 | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.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: | 2000-08-21 00:34:12 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
Need Real Name
2000-08-04 18:26:52 UTC
Um, first of all this is a db1 library, not a db2 library (yes the "libdb.so.2" soname is confusing). Have you, per chance, not installed the db1 package? What does rpm -qf /usr/lib/libdb1.so.2 have to say? No no, the DB1, 2 and 3 packages are installed. Output of rpm -qf /usr/lib/libdb1.so.2 gives: /usr/lib/rpm/rpmq: /lib/libdb.so.2: no version information available (required by /usr/lib/librpm.so.0) db1-1.85-1.3 Performing "strip -R comment ..." twice results in all symbols being stripped. Fixed in db1-1.85-2. Oh yeah, this is a db1 problem, not a db2 problem (Yes I know that the soname of "libdb.so.2" is confusing). this still fails during a 5.2 -> Winston RC-2 upgrade: this is using db1-1.85-4.i386.rpm % rpm -qa /usr/lib/rpm/rpmq: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory This is now fixed by having rpm explictly Require: db1 = 1.85 which will cause the correct db1 package to satisy the soname dependency. |