AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  Not able to install mod_ssl ; facing the failed dependencies errors - libcrypto.so & libssl.so)

    Posted Tue February 08, 2022 07:26 AM
    Hi Support,

    I am Not able to install mod_ssl ; facing the failed dependencies errors - libcrypto.so & libssl.so)

    X#rpm -ivh mod_ssl-2.4.18-1.aix6.1.ppc.rpm
    error: Failed dependencies:
    libcrypto.a(libcrypto.so) is needed by mod_ssl-2.4.18-1.ppc
    libssl.a(libssl.so) is needed by mod_ssl-2.4.18-1.ppc

    OS level is 7.2

    #lslpp -l |grep -i openssl
    openssl.base 1.0.2.2103 COMMITTED Open Secure Socket Layer
    openssl.license 1.0.2.2103 COMMITTED Open Secure Socket License
    openssl.man.en_US 1.0.2.2103 COMMITTED Open Secure Socket Layer
    openssl.base 1.0.2.2103 COMMITTED Open Secure Socket Layer


    ------------------------------
    Praveen Kumar DAVIDSON
    ------------------------------


  • 2.  RE: Not able to install mod_ssl ; facing the failed dependencies errors - libcrypto.so & libssl.so)

    Posted Tue February 08, 2022 07:30 AM
    Please run 'updtvpkg' command and try again to install mode_ssl.

    ------------------------------
    SANKET RATHI
    ------------------------------



  • 3.  RE: Not able to install mod_ssl ; facing the failed dependencies errors - libcrypto.so & libssl.so)

    Posted Wed February 09, 2022 04:45 AM
    Thanks Sanket for swift response , 
    i am able to install the mod_ssl , however ssl connectivity is not working for my lpar2rrd tool .
    --

    Due to security issue , i wouid like to upgrade the latest httpd package.(httpd-2.4.51-1.aix6.1.ppc.rpm)
    I got some dependancy issues.

    ----------
    rpm -ivh httpd-2.4.51-1.aix6.1.ppc.rpm
    error: Failed dependencies:
    apr-util >= 1.5.4-1 is needed by httpd-2.4.51-1.ppc
    libaprutil-1.so is needed by httpd-2.4.51-1.ppc
    libiconv >= 1.16 is needed by httpd-2.4.51-1.ppc
    openldap >= 2.4.58 is needed by httpd-2.4.51-1.ppc

    rpm -ivh libiconv-1.16-1.aix6.1.ppc.rpm
    error: Failed dependencies:
    gettext >= 0.19.8.1-1 is needed by libiconv-1.16-1.ppc

    i am not sure , how much more it will ask  .. it is going on as loop. Also i dont find it in the IBM toolbox . i
    Do we have package group to install the httpd-2.4.51-1 with all dependencies.
    Can you assist on this how to get this httpd installed.

    Thanks


    ------------------------------
    Praveen Kumar DAVIDSON
    ------------------------------



  • 4.  RE: Not able to install mod_ssl ; facing the failed dependencies errors - libcrypto.so & libssl.so)

    Posted Wed February 09, 2022 12:09 PM
    dnf is the best way to install packages from AIX toolbox and to resolve dependencies. Otherwise you will have to resolve all these dependencies manually and that is very cumbersome. We do not provide package group that will be too difficult. 
    Please install dnf and then install packages using dnf.

    ------------------------------
    SANKET RATHI
    ------------------------------



  • 5.  RE: Not able to install mod_ssl ; facing the failed dependencies errors - libcrypto.so & libssl.so)

    Posted Wed February 09, 2022 06:14 AM
    Please retry installing mode ssl with the 'updtvpkg' command.

    ------------------------------
    William Jordan
    ------------------------------