Hi,
Has anyone come across the below issue ? I installed git (git version 2.20.1) AND I am getting when I run it in my AIX 7.1 box.
$ git clone 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
Appreciate your feedback.
Thanks,
Sampath
Has anyone come across the below issue ? I installed git (git version 2.20.1) AND I am getting when I run it in my AIX 7.1 box.
$ git clone 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
Appreciate your feedback.
Thanks,
Sampath