Originally posted by: Satish447
Hi,
I am able to successfully install git now. But when I try to use git clone i face some issue as below:
# git init
Reinitialized existing Git repository in /home/yarrusa/.git/
root@zap:/home/yarrusa
# git clone <xxxxxxxblablablaxxxxxxxxxxyarrusa@onestash.verizon.com/scm/swmesd/agcore_c.git" rel="nofollow">.git>
Cloning into 'agcore_c'...
exec(): 0509-036 Cannot load program git-remote-https because of the following errors:
0509-130 Symbol resolution failed for /usr/lib/libcurl.a(libcurl.so.4) because:
0509-136 Symbol ERR_remove_thread_state (number 151) is not exported from
dependent module /usr/lib/libcrypto.a(libcrypto.so).
0509-136 Symbol SSL_CTX_set_next_proto_select_cb (number 258) is not exported from
dependent module /usr/lib/libssl.a(libssl.so).
0509-136 Symbol SSL_CTX_set_srp_password (number 272) is not exported from
dependent module /usr/lib/libssl.a(libssl.so).
0509-136 Symbol SSL_CTX_set_srp_username (number 273) is not exported from
dependent module /usr/lib/libssl.a(libssl.so).
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
The version of OpenSSL i have installed is OpenSSL 0.9.8y 5 Feb 2013.
If I try to use the latest version of OpenSSL 1.0.2, I face SSL protocol error. Might be the mismatch between the OpenSSL used by Git Repo and the OpenSSL used by the git client.
So Please suggest me on how to proceed on this...
And one more question. Do we have the version of "OpenSSL 1.0.0-fips" filesets available for AIX 6.1 ?
I have upgraded the openssl version to OpenSSL 1.0.2k 26 Jan 2017. I get different error for this - "Unknown SSL protocol error in connection to onestash.verizon.com:443"
Cloning into 'agcore_c'...
fatal: unable to access 'https://yarrusa@onestash.verizon.com/scm/swmesd/agcore_c.git/': Unknown SSL protocol error in connection to onestash.verizon.com:443
root@zap:/home/yarrusa
Please help me on this..
Regards,
Satish