centos 6.9 (final) git error

General support questions
Post Reply
llwb
Posts: 20
Joined: 2017/03/22 02:48:12

centos 6.9 (final) git error

Post by llwb » 2017/08/02 03:28:23

Hi I am getting the following error when i execute any git command :
/tools/oss/packages/x86_64-centos6/git/default/bin/git: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I try running yum install openssl , yum install openssl-devel, but the same error still shows up, please help

Whoever
Posts: 1361
Joined: 2013/09/06 03:12:10

Re: centos 6.9 (final) git error

Post by Whoever » 2017/08/02 04:16:34

Your installation of git is not compatible with CentOS 6.

Install git from one of the repositories for CentOS 6.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: centos 6.9 (final) git error

Post by TrevorH » 2017/08/02 09:23:46

Your version of git is not supplied by us and was built to link against the wrong version of openssl.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

llwb
Posts: 20
Joined: 2017/03/22 02:48:12

Re: centos 6.9 (final) git error

Post by llwb » 2017/08/07 01:44:46

ok thanks !

Post Reply