Кто-нибудь сталкивался с проблемой ниже? Я установил git (git версия 2.20.1) И получаю, когда запускаю его в своем AIX 7.1.
$ git clone http://bitbucket.xxxxxx/scm/clr/clr-my.git
Cloning into 'clr-my'...
Could not load program git-remote-http:
Symbol resolution failed for git-remote-http because:
Symbol _GLOBALAIXI_libcurl_so (number 206) is not exported from dependent
module /opt/freeware/lib/libcurl.a[libcurl.so.4].
Symbol _GLOBALAIXD_libcurl_so (number 207) is not exported from dependent
module /opt/freeware/lib/libcurl.a[libcurl.so.4].
Examine .loader section symbols with the 'dump -Tv' command.
$ ls -lrt /opt/freeware/lib/libcurl.a
-rwxr-xr-x 1 root system 1644689 Jun 18 2018 /opt/freeware/lib/libcurl.a
$ ls -lrt | grep libcurl.so.4
-rwxr-xr-x 1 root system 756861 Jun 18 2018 libcurl.so.4