Originally posted by: tomislak1
Hi,
I have to install last git from aix toolbox ( 2.15.0 ) and get stuck on libcrypto.a:
root@testgit:/home/guest/git2.15.0 $ rpm -ivh git-2.15.0-1.aix6.1.ppc.rpm
error: failed dependencies:
curl >= 7.19.7-1 is needed by git-2.15.0-1
python >= 2.6.2 is needed by git-2.15.0-1
/usr/bin/python is needed by git-2.15.0-1
libcrypto.a(libcrypto.so) is needed by git-2.15.0-1
libcurl.a(libcurl.so.4) is needed by git-2.15.0-1
libssl.a(libssl.so) is needed by git-2.15.0-1
root@testgit:/home/guest/git2.15.0 $ rpm -ivh curl-7.58.0-1.aix6.1.ppc.rpm
error: failed dependencies:
libssh2 >= 1.8.0-1 is needed by curl-7.58.0-1
libcrypto.a(libcrypto.so) is needed by curl-7.58.0-1
liblber.a(liblber-2.4.so.2) is needed by curl-7.58.0-1
libldap.a(libldap-2.4.so.2) is needed by curl-7.58.0-1
libssh2.a(libssh2.so.1) is needed by curl-7.58.0-1
libssl.a(libssl.so) is needed by curl-7.58.0-1
I have from aix packages:
root@testgit:/home/guest/git2.15.0 $ lslpp -l | grep openssl
openssl.base 1.0.1.510 COMMITTED Open Secure Socket Layer
openssl.man.en_US 1.0.1.510 COMMITTED Open Secure Socket Layer
openssl.base 1.0.1.510 COMMITTED Open Secure Socket Layer
and from rpm:
root@testgit:/home/guest/git2.15.0 $ rpm -qa | grep openssl
openssl-1.0.1p-1
I've tryed with and without rpm openssl but message is the same.
I even tryed to set LIBPATH and nothing:
root@testgit:/home/guest/git2.15.0 $ echo $LIBPATH
/opt/freeware/lib64:/opt/freeware/lib
AIX is:
root@testgit:/home/guest/git2.15.0 $ oslevel -s
7100-03-04-1441
Any clues?
Regards