Originally posted by: Vasyl_L
Hi,
I am trying to install yum.sh on AIX 7100-03-04-1441.
I downloaded yum.sh from https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/.
and tried to run and got the following errors:
error: Failed dependencies:
libcrypto.a(libcrypto.so) is needed by curl-7.52.1-1.ppc
libssl.a(libssl.so) is needed by curl-7.52.1-1.ppc
libcrypto.a(libcrypto.so) is needed by python-2.7.10-1.ppc
libssl.a(libssl.so) is needed by python-2.7.10-1.ppc
libcrypto.a(libcrypto.so) is needed by python-pycurl-7.19.3-1.ppc
After this I tried to follow the following:
https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/README-yum
and tried to perform the installation manually.
After downloading current version of rpm.rte from https://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/INSTALLP/ppc/
I verified that I have "rpm.rte 4.13.0.10"
After this I tried to run "rpm -ivh *.rpm"
snfs-roo # rpm -ivh *.rpm
error: Failed dependencies:
libcrypto.a(libcrypto.so) is needed by curl-7.52.1-1.ppc
libssl.a(libssl.so) is needed by curl-7.52.1-1.ppc
libcrypto.a(libcrypto.so) is needed by python-2.7.10-1.ppc
libssl.a(libssl.so) is needed by python-2.7.10-1.ppc
libcrypto.a(libcrypto.so) is needed by python-pycurl-7.19.3-1.ppc
snfs-roo #
How can I fix this dependency issues ?
I checked that libcrypto.a and libssl.a are present.
snfs-roo #
snfs-roo #
snfs-roo # find / -name libcrypto.a -exec ls -l {} \;
-r-xr-xr-x 1 root system 11625265 May 01 2014 /usr/lib/libcrypto.a
snfs-roo #
snfs-roo #
snfs-roo #
snfs-roo #
snfs-roo # find / -name libssl.a -exec ls -l {} \;
-r-xr-xr-x 1 root system 2545374 May 01 2014 /usr/lib/libssl.a
snfs-roo #
snfs-roo #
snfs-roo #
snfs-roo # rpm -q AIX-rpm --provides | grep libcrypto.so
libcrypto.a(libcrypto.so.0.9.8)
libcrypto.a(libcrypto.so.1.0.0)
libcrypto_compat.a(libcrypto.so.0.9.8)
snfs-roo #
snfs-roo #
snfs-roo #
snfs-roo #
snfs-roo #
snfs-roo # rpm -q AIX-rpm --provides | grep libssl.a
libssl.a(libssl.so.0.9.8)
libssl.a(libssl.so.1.0.0)
libssl.a(libssl64.so.0.9.8)
libssl.a(libssl64.so.1.0.0)
snfs-roo #
snfs-roo #
#AIX-Open-Source-Software#AIXOpenSource