Can you share how you were able to successfully install httpd? I'm experiencing the same thing:
yum install httpd-2.4.43-2.ppc
# yum install httpd-2.4.43-2.ppc
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.ppc 0:2.4.43-2 will be installed
--> Processing Dependency: pcre >= 8.42 for package: httpd-2.4.43-2.ppc
--> Processing Dependency: apr >= 1.5.2-1 for package: httpd-2.4.43-2.ppc
--> Processing Dependency: openldap >= 2.4.40 for package: httpd-2.4.43-2.ppc
--> Processing Dependency: apr-util >= 1.5.4-1 for package: httpd-2.4.43-2.ppc
--> Processing Dependency: libcrypto.a(libcrypto.so.1.0.2) for package: httpd-2.
4.43-2.ppc
--> Processing Dependency: libssl.a(libssl.so.1.0.2) for package: httpd-2.4.43-2
.ppc
--> Running transaction check
---> Package apr.ppc 0:1.5.2-1 will be installed
---> Package apr-util.ppc 0:1.5.4-1 will be installed
--> Processing Dependency: cyrus-sasl >= 2.1.26-3 for package: apr-util-1.5.4-1.
ppc
--> Processing Dependency: libsasl2.a for package: apr-util-1.5.4-1.ppc
---> Package httpd.ppc 0:2.4.43-2 will be installed
--> Processing Dependency: libcrypto.a(libcrypto.so.1.0.2) for package: httpd-2.
4.43-2.ppc
--> Processing Dependency: libssl.a(libssl.so.1.0.2) for package: httpd-2.4.43-2
.ppc
---> Package openldap.ppc 0:2.4.50-1 will be installed
--> Processing Dependency: libssl.a(libssl.so.1.0.2) for package: openldap-2.4.5
0-1.ppc
--> Processing Dependency: libcrypto.a(libcrypto.so.1.0.2) for package: openldap
-2.4.50-1.ppc
---> Package pcre.ppc 0:8.44-1 will be installed
--> Processing Dependency: bzip2 >= 1.0.6-3 for package: pcre-8.44-1.ppc
--> Running transaction check
---> Package bzip2.ppc 0:1.0.8-2 will be installed
---> Package cyrus-sasl.ppc 0:2.1.26-3 will be installed
---> Package httpd.ppc 0:2.4.43-2 will be installed
--> Processing Dependency: libcrypto.a(libcrypto.so.1.0.2) for package: httpd-2.
4.43-2.ppc
--> Processing Dependency: libssl.a(libssl.so.1.0.2) for package: httpd-2.4.43-2
.ppc
---> Package openldap.ppc 0:2.4.50-1 will be installed
--> Processing Dependency: libssl.a(libssl.so.1.0.2) for package: openldap-2.4.5
0-1.ppc
--> Processing Dependency: libcrypto.a(libcrypto.so.1.0.2) for package: openldap
-2.4.50-1.ppc
--> Finished Dependency Resolution
Error: Package: openldap-2.4.50-1.ppc (AIX_Toolbox)
Requires: libcrypto.a(libcrypto.so.1.0.2)
Error: Package: httpd-2.4.43-2.ppc (AIX_Toolbox)
Requires: libssl.a(libssl.so.1.0.2)
Error: Package: openldap-2.4.50-1.ppc (AIX_Toolbox)
Requires: libssl.a(libssl.so.1.0.2)
Error: Package: httpd-2.4.43-2.ppc (AIX_Toolbox)
Requires: libcrypto.a(libcrypto.so.1.0.2)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
BTW, I'm running 7100-04-04-1717
------------------------------
Avery Keyes
------------------------------
Original Message:
Sent: Wed July 10, 2019 02:16 PM
From: Archive User
Subject: Re: yum won't install httpd-2.4.39
Originally posted by: cforget2810
Ok, I finally was able to install httpd. Though, not sure if you can help with the other questions I have:
- I use an apache.conf file, could not find the path to to set it. Is there a 'apache' directory somewhere so I can change the link?
- I use a VPM vaults and need to create some links for them. They used to be pointing to /opt/apache/htdocs/. is there a htdocs with this version?
Thanks very much again for your time,