rhel 7에서는 git을 설치할 수 없나요?

rhel 7에서는 git을 설치할 수 없나요?
[root@server14 git-2.1.2]# make install
    CC credential-store.o
In file included from cache.h:4:0,
                 from credential-store.c:1:
git-compat-util.h:213:25: fatal error: openssl/ssl.h: No such file or directory
 #include <openssl/ssl.h>
                         ^
compilation terminated.
make: *** [credential-store.o] Error 1

답변1

오류: openssl/ssl.h: 해당 파일이 없습니다.

해결책

# yum install openssl-devel

관련 정보