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