Originally posted by: Hit32
The Python3 installation dependency error can not be solved at all.
Any suggestions?
========================================================
*The following dependency error occurs at installation.
bash-4.2# ls
python3-3.6.3-1.aix6.1.ppc.rpm python3-docs-3.6.3-1.aix6.1.ppc.rpm
python3-devel-3.6.3-1.aix6.1.ppc.rpm python3-tools-3.6.3-1.aix6.1.ppc.rpm
bash-4.2# rpm -Uvh python3-*
error: failed dependencies:
libcrypto.a(libcrypto.so) is needed by python3-3.6.3-1
libssl.a(libssl.so) is needed by python3-3.6.3-1
bash-4.2#
========================================================
*Reference information
bash-4.2# ls -l /usr/linux/lib | grep libssl
lrwxrwxrwx 1 root system 26 Jan 23 2017 libssl.a -> /opt/freeware/lib/libssl.a
lrwxrwxrwx 1 root system 27 May 31 13:41 libssl.so -> /opt/freeware/lib/libssl.so
lrwxrwxrwx 1 root system 33 Jun 13 17:30 libssl.so.1.0.1 -> /opt/freeware/lib/libssl.so.1.0.1
bash-4.2# ls -l /usr/linux/lib | grep libcrypt
lrwxrwxrwx 1 root system 29 Jan 23 2017 libcrypto.a -> /opt/freeware/lib/libcrypto.a
lrwxrwxrwx 1 root system 30 May 31 13:41 libcrypto.so -> /opt/freeware/lib/libcrypto.so
lrwxrwxrwx 1 root system 36 Jun 13 17:30 libcrypto.so.1.0.1 -> /opt/freeware/lib/libcrypto.so.1.0.1
bash-4.2# ls -l /usr/lib | grep libcrypt
-r-xr-xr-x 1 bin bin 11575 Nov 15 2016 libcrypt.a
-r-xr-xr-x 1 root system 11626939 Jun 10 2014 libcrypto.a
-r-xr-xr-x 1 root system 4857978 Jun 10 2014 libcrypto_compat.a
bash-4.2# ls -l /usr/lib | grep libssl
-r-xr-xr-x 1 root system 2546006 Jun 10 2014 libssl.a
-r-xr-xr-x 1 root system 1086056 Jun 10 2014 libssl_compat.a
---
*Python2 is already installed.
bash-4.2# rpm -qa | grep python
python-docs-2.7.5-1
python-2.7.5-1
python-devel-2.7.5-1
python-tools-2.7.5-1
bash-4.2#
========================================================