Originally posted by: CTSUnix
Dear All,
I am also facing similar library error on my AIX system (7.1.0.0) and i have installed all dependent package successfully.
#git --version
git version 2.18.0
But when I am running below command, i getting library error
#/opt/freeware/libexec64/git-core/git-remote-http
exec(): 0509-036 Cannot load program /opt/freeware/libexec64/git-core/git-remote-http because of the following errors:
0509-130 Symbol resolution failed for /opt/freeware/lib64/libldap.a[libldap-2.4.so.2] because:
0509-136 Symbol strcmp (number 136) is not exported from
dependent module /usr/lib/libcrypto.a[libcrypto.so.1.0.2].
0509-136 Symbol strncpy (number 162) is not exported from
dependent module /usr/lib/libcrypto.a[libcrypto.so.1.0.2].
0509-136 Symbol strcpy (number 170) is not exported from
dependent module /usr/lib/libcrypto.a[libcrypto.so.1.0.2].
0509-136 Symbol strcat (number 182) is not exported from
dependent module /usr/lib/libcrypto.a[libcrypto.so.1.0.2].
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.