Hello,
this problem appears to be similar to the one with libiconv. We have this:
$ git pull
Could not load program /opt/freeware/libexec64/git-core/git-remote-https:
Could not load module /usr/lib/libcurl.a(libcurl.so.4).
Dependent module /usr/lib/libgssapi_krb5.a(libgssapi_krb5.so) could not be loaded.
Member libgssapi_krb5.so is not found in archive
Could not load module git-remote-https.
Dependent module /usr/lib/libcurl.a(libcurl.so.4) could not be loaded.
Could not load module .
... but this works fine
$ LIBPATH= git pull
This subject system has:
[root@crcoacs1 ~]# locate libcurl.a
/opt/freeware/lib/libcurl.a
/opt/freeware/lib64/libcurl.a
/usr/lib/libcurl.a
/usr/lib64/libcurl.a
/usr/share/centrifydc/lib64/libcurl.a
... and
[mmetts@crcoacs1 oh-token]$ echo $LIBPATH
/home/db2inst1/sqllib/lib64:/home/db2inst1/sqllib/lib64/gskit:/home/db2inst1/sqllib/lib64/gskit:/usr/lib:/lib
From our discussion re: the libiconv conflict, I thought this version of git would only look at /opt/freeware/lib ... but apparently you need to hardcode the location for libcurl.a as well, right?
Thanks,
Mike
------------------------------
Michael Metts
------------------------------
#AIXOpenSource