Originally posted by: TDS 6.3
Hi,
I'm also facing the same issue on AIX 7.1, could anyone help me on this please.
#-> lslpp -la rpm.rte
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
rpm.rte 4.13.0.4 COMMITTED RPM Package Manager
Path: /etc/objrepos
rpm.rte 4.13.0.4 COMMITTED RPM Package Manager
and downloaded yum.bundle
#-> ls -ltr
total 142672
-rw-r----- 1 204 staff 4036762 Feb 24 2017 gettext-0.19.7-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 56991 Feb 24 2017 gdbm-1.8.3-5.aix5.2.ppc.rpm
-rw-r----- 1 204 staff 2897799 Feb 24 2017 db-4.8.24-3.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 533288 Feb 24 2017 curl-7.52.1-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 51749 Feb 24 2017 pysqlite-1.1.7-2.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 1686134 Feb 24 2017 glib2-2.14.6-2.aix5.2.ppc.rpm
-rw-r----- 1 204 staff 3570302 Feb 24 2017 sqlite-3.15.2-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 489547 Feb 24 2017 readline-6.1-2.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 158584 Feb 24 2017 python-urlgrabber-3.10.1-1.aix6.1.noarch.rpm
-rw-r----- 1 204 staff 830446 Feb 24 2017 python-tools-2.7.10-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 162093 Feb 24 2017 python-pycurl-7.19.3-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 37912 Feb 24 2017 python-iniparse-0.4-1.aix6.1.noarch.rpm
-rw-r----- 1 204 staff 15366474 Feb 24 2017 python-devel-2.7.10-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 23333701 Feb 24 2017 python-2.7.10-1.aix6.1.ppc.rpm
-rw-r----- 1 204 staff 62283 Feb 24 2017 yum-metadata-parser-1.1.4-2.aix6.1.ppc.rpm
-rw-r--r-- 1 204 staff 214726 May 12 2017 ca-certificates-2016.10.7-2.aix6.1.ppc.rpm
-rw-r--r-- 1 root system 1380725 Aug 3 2017 yum-3.4.3-5.aix6.1.noarch.rpm
drwxrwxr-x 5 1000 1000 256 Aug 27 12:32 panopta-agent-2018.52.6
-rw-r--r-- 1 root system 18145280 Sep 3 04:10 panopta-agent-tarball-latest.tar
#-> rpm -iv *
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
#-> ar -X32_64 -tv /usr/lib/libcrypto.a
rwxrwxr-x 435159/781431 2965832 May 1 02:57 2014 libcrypto.so.1.0.0
rwxrwxr-x 435159/781431 2253655 May 1 02:58 2014 libcrypto.so.0.9.8
rwxrwxr-x 435159/781431 3374053 May 1 02:57 2014 libcrypto64.so.1.0.0
rwxrwxr-x 435159/781431 2602169 May 1 02:58 2014 libcrypto64.so.0.9.8
[root@aix61a:/tmp/install]#
#-> ar -X32_64 -tv /usr/lib/libssl.a
rwxrwxr-x 435159/781431 645267 May 1 02:57 2014 libssl.so.1.0.0
rwxrwxr-x 435159/781431 509328 May 1 02:58 2014 libssl.so.0.9.8
rwxrwxr-x 435159/781431 730750 May 1 02:57 2014 libssl64.so.1.0.0
rwxrwxr-x 435159/781431 575936 May 1 02:58 2014 libssl64.so.0.9.8
[root@aix61a:/tmp/install]#
#-> rpm -qf /usr/lib/libssl.a /usr/lib/libcrypto.a /usr/lib/libcrypto.so.1.0.0 /usr/lib/libssl.so.1.0.0
file /usr/lib/libssl.a is not owned by any package
file /usr/lib/libcrypto.a is not owned by any package
error: file /usr/lib/libcrypto.so.1.0.0: No such file or directory
error: file /usr/lib/libssl.so.1.0.0: No such file or directory
#-> rpm -q AIX-rpm --provides | grep crypt
libcrypt.a(shr.o)
libcrypt.a(shr_64.o)
libcrypto.a(libcrypto.so.0.9.8)
libcrypto.a(libcrypto.so.1.0.0)
libcrypto.a(libcrypto64.so.0.9.8)
libcrypto.a(libcrypto64.so.1.0.0)
libcrypto_compat.a(libcrypto.so.0.9.8)
libcrypto_compat.a(libcrypto64.so.0.9.8)
libxcrypt.a(shr.o)
libxcrypt.a(shr_64.o)
liby4crypt.a(shr.o)
liby4crypt.a(shr_64.o)
[root@aix61a:/tmp/install]#
#-> rpm -q AIX-rpm --provides | grep ssl
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)
libssl3.a(libssl3.so)
libssl3.so
libssl_compat.a(libssl.so.0.9.8)
libssl_compat.a(libssl64.so.0.9.8)
[root@aix61a:/tmp/install]#
#->
#-> rpm --rebuilddb
[root@aix61a:/tmp/install]#
#->
#-> updtvpkg
Please wait...error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
error: incorrect format: unknown tag
[root@aix61a:/tmp/install]#
#-> rpm -iv *
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
[root@aix61a:/tmp/install]#
#->
still same error, any suggestions please
#AIX-Open-Source-Software#AIXOpenSource