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

curl installation error on Aix 6.1 OS 

Mon September 21, 2020 06:52 AM

Hi, iam getting below error after install the curl.

root# curl -v
Could not load program curl:
Could not load module /usr/lib/libcurl.a(libcurl.so.4).
Dependent module /usr/lib/libcrypto.a(libcrypto.so.1.0.2) could not be loaded.
Member libcrypto.so.1.0.2 is not found in archive
Could not load module curl_64.
Dependent module /usr/lib/libcurl.a(libcurl.so.4) could not be loaded.
Could not load module .

root# rpm -qa | grep -i curl
curl-7.67.0-2
root#
root# oslevel -s
6100-09-09-1717

Statistics
0 Favorited
29 Views
0 Files
0 Shares
0 Downloads

Comments

Mon September 21, 2020 07:09 AM

libcrypto.a is from openssl fieset. 
Please check whether you have the recent openssl filesets and it is not corrupted. 

Note:
Open the queries under the dicussion page ,not under library page.