AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
Expand all | Collapse all

Are there conflicts on openssl libraries

  • 1.  Are there conflicts on openssl libraries

    Posted Mon August 10, 2020 08:13 AM

    We have installed Python 2.7.16 on AIX 7.1 on an LPAR and we use a Tower Ansible ver. 2.9.9 to run a Playbook to this server. This is the error:

    <hostname.wti.ibmit.bluecare.ibm.com> Attempting python interpreter discovery

    <hostname.wti.ibmit.bluecare.ibm.com> Python interpreter discovery fallback (unsupported platform for extended discovery: aix)

    [WARNING]: Platform aix on host hostname.wti.ibmit.bluecare.ibm.com is using

    fatal: [hostname.wti.ibmit.bluecare.ibm.com]: FAILED! => {

     "ansible_facts": {

     "discovered_interpreter_python": "/usr/bin/python"

     },

     "changed": false,

     "module_stderr": "OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 166\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 1\r\nShared connection to 172.24.120.17 closed.\r\n",

     "module_stdout": "ERROR:root:code for hash md5 was not found…

    On this system we have installed two types of openssl libraries

    openssl-devel-0.9.7l-2.ppc

    openssl-0.9.7l-2.ppc

    openssl-doc-0.9.7l-2.ppc

    with the rpm utility

    and then we installed the openssl libraries with "installp"

    openssl.base 1.0.2.1500 COMMITTED Open Secure Socket Layer

    openssl.license 1.0.2.1500 COMMITTED Open Secure Socket License

    openssl.man.en_US 1.0.2.1500 COMMITTED Open Secure Socket Layer

    openssl.base 1.0.2.1500 COMMITTED Open Secure Socket Layer

    Do openssl libraries conflicts with each other ?






    #Support
    #AIX
    #SupportMigration


  • 2.  RE: Are there conflicts on openssl libraries

    Posted Thu August 27, 2020 05:06 PM

    you have to remove the rpm packages and left only bffs/filesets ..worked for me but if you use rpm for something like mod_ssl for apache then you have to consider to remove system filesets

    openssl >= 0.9.8 is needed by (installed) httpd-2.2.23-1.ppc

    openssl >= 0.9.8 is needed by (installed) mod_ssl-2.2.23-1.ppc






    #SupportMigration
    #Support
    #AIX