Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  Upgrading curl on AIX7.1

    Posted Mon July 09, 2018 02:37 PM

    Originally posted by: bwaggon


    Due to TLS1.2 restrictions, I needed to upgrade curl. I downloaded 7.58 from the AIX Toolbox website. I received notice of several dependencies and installed those (downloaded from same site). I now receive this error when doing a curl -V:

    exec(): 0509-036 Cannot load program curl because of the following errors:
    0509-022 Cannot load module /opt/freeware/lib64/libcurl.a(libcurl.so.4).
    0509-150 Dependent module /opt/freeware/lib/libcrypto.a(libcrypto64.so) could not be loaded.
    0509-152 Member libcrypto64.so is not found in archive
    0509-022 Cannot load module curl_64.
    0509-150 Dependent module /opt/freeware/lib64/libcurl.a(libcurl.so.4) could not be loaded.
    0509-022 Cannot load module .

    I tried adding LIBPATH=/usr/lib to the /etc/environment file but still received an error so I backed that out.

    The dependency packages that I installed are:
    ca-certificates-2017.07.17-1.aix6.1.ppc
    libssh2-1.8.0-1.aix6.1.ppc

    Due to an error message that I was getting, I installed the following:
    libgcc-6.3.0-1.aix7.1.ppc

    Everything installed with no issues but curl still is not working.


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: Upgrading curl on AIX7.1

    Posted Mon July 09, 2018 03:46 PM

    Originally posted by: bwaggon


    Added LIBPATH=/usr/lib to /etc/environment

    Then, I updated openldap and now everything is working.


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 3.  Re: Upgrading curl on AIX7.1

    Posted Fri July 27, 2018 03:03 PM

    Originally posted by: strikr


    Thanks Barry Smile for sharing your experience and the solution.

    i was stuck on this.

     

    warm regards

    Saifi.


    #AIX-Open-Source-Software
    #AIXOpenSource