IBM License Metric Tool (ILMT)

 View Only
  • 1.  ILMT Disconnected Scanner v9.2.34 Error on AIX platform server

    Posted Wed May 22, 2024 01:36 PM

    Hi All,

    I am trying to Install ILMT disconnected scanner version 9.2.34 on AIX server, but while configuring I am getting below error 

    Could we have any fix for this?

    Thanks,

    Nagarajan. 



    ------------------------------
    Nagarajan Singaram
    ------------------------------


  • 2.  RE: ILMT Disconnected Scanner v9.2.34 Error on AIX platform server

    Posted Thu May 23, 2024 05:53 AM

    Hello Nagarajan,


    It's not disconnected scanner problem but some issue with local curl installation.
    Some dependent libraries (libcrypto.so) are missing or not compatible.

    Can you check the below output :
    ldd /opt/freeware/bin/curl

    Also let's see to which RPM package this libcrypto archive belongs to :
    rpm -qf /opt/freeware/lib/libcrypto.a

    For starters, pls. try to add '/opt/freeware/lib' explicitly to LIBPATH:
    LIBPATH=$LIBPATH:/opt/freeware/lib
    and run a curl test:
    curl -V
     



    ------------------------------
    Thank you,
    Oktawian

    Oktawian Powązka, L3 Support
    IBM License Metric Tool
    ------------------------------



  • 3.  RE: ILMT Disconnected Scanner v9.2.34 Error on AIX platform server

    Posted Tue May 28, 2024 02:02 PM
    Edited by Nagarajan Singaram Tue May 28, 2024 05:39 PM

    Hi Oktawian,

    Thanks for the updates and below response we received from server 

    I have few screen shot for the problematic server.  OpenSSL version is showing the supported version for our ILMT scanner below?

    Do we have any other option to resolve this error? or could we have the openSSL supported version download link. 

    Thanks,

    Nagarajan. 



    ------------------------------
    Nagarajan Singaram
    ------------------------------



  • 4.  RE: ILMT Disconnected Scanner v9.2.34 Error on AIX platform server

    Posted Wed May 29, 2024 05:19 AM

    Hello there,

    I don't have a download link for a 'correct' openSSL version...the one which would work with curl
    I'd say it's trial & error game...


    One more thing, please verify if libcrypto.so is also located in '/usr/lib' folder :
    find /usr/lib -type f -name "libcrypto*"

    If so, you could to change the LIBPATH to following : LIBPATH=/usr/lib:/lib:/opt/freeware/lib
    That way non-openssl version of libcrypto.so should be resolved.
    Alternatively, uninstall the openssl rpm and verify if curl works.

    At last, one output is still missing: from ldd command (ldd /opt/freeware/bin/curl).
    Thus, I'm not able to correctly verify to which version of libcrypto.so is curl linked to.



    ------------------------------
    Thank you,
    Oktawian

    Oktawian Powązka, L3 Support
    IBM License Metric Tool
    ------------------------------



  • 5.  RE: ILMT Disconnected Scanner v9.2.34 Error on AIX platform server

    Posted Wed May 29, 2024 10:58 AM

    Hi Oktawian,

    We have no user cURL in those servers and below screen shot 

    Thanks,

    Nagarajan. 



    ------------------------------
    Nagarajan Singaram
    ------------------------------



  • 6.  RE: ILMT Disconnected Scanner v9.2.34 Error on AIX platform server
    Best Answer

    Posted Wed May 29, 2024 11:16 AM

    It looks fine...libcrypto.so is also located in '/usr/lib' folder.

    So, as already said please try to change the LIBPATH to following : LIBPATH=/usr/lib:/lib:/opt/freeware/lib
    Alternatively, uninstall the openssl rpm and verify if curl works.



    ------------------------------
    Thank you,
    Oktawian

    Oktawian Powązka, L3 Support
    IBM License Metric Tool
    ------------------------------