Originally posted by: ReshmaVKumar
AIX Toolbox used to provide apr, apr-util and httpd as a single package/rpm.
Recently, it is split up into separate apr,apr-util and httpd rpms(in line with other distros).
Those who use yum to update to the latest version of httpd won't face any issues.
Others who manually update httpd through rpm command, follow these steps.
1. Download apr-1.5.2, apr-util-1.5.4 (https://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/apr/) and httpd-2.4.38-2 rpms (If httpd-devel of old version is installed,then download apr-devel and apr-util-devel as well).
2. Run rpm -Uvh <apr> <apr-util> <httpd>
If httpd-devel is also installed, then run
rpm -Uvh <apr> <apr-devel> <apr-util> <apr-util-devel> <httpd> <httpd-devel>
#AIXOpenSource#AIX-Open-Source-Software