Hi Sanket
Nop.
# rpm -qi db4
Name : db4
Version : 4.8.30
Release : 1
Architecture: ppc
Install Date: Sun Dec 17 13:54:09 USAST 2017
Group : System Environment/Libraries
Size : 18793571
License : Sleepycat and BSD
Signature : (none)
Source RPM : db4-4.8.30-1.src.rpm
Build Date : Sat Nov 26 10:11:22 USAST 2016
Build Host : aix51.perzl.org
Relocations : (not relocatable)
URL :
http://www.oracle.com/database/berkeley-db/Summary : The Berkeley DB database library (version 4) for C
Description :
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
provides embedded database support for both traditional and
client/server applications. The Berkeley DB includes B+tree, Extended
Linear Hashing, Fixed and Variable-length record access methods,
transactions, locking, logging, shared memory caching, and database
recovery. The Berkeley DB supports C, C++, Java, and Perl APIs. It is
used by many applications, including Python and Perl, so this should
be installed on all systems.
------------------------------
Jan Robinson
------------------------------
Original Message:
Sent: Fri January 14, 2022 12:34 PM
From: SANKET RATHI
Subject: AIX 7.1: httpd-2.4.51 failed dependencies
Hi Jan,
Looks like db4 package is installed from some other source. AIX toolbox does not have db4-4.8.30.
I think what is happening here is db4-4.8.30 (db4) package name is different than db-5.3.28 (db) and hence conflict is coming.
If db4 would have been same name (db-4.8.30) then db-5.3.28 would have updated. In your case two different packages (because package names are different db4 and db) are owning same file. Can you please share output of following command.
# rpm -qa db4
To install db-5 you will have to remove db4
------------------------------
SANKET RATHI
------------------------------