“openssl/ssl.h: No such file or directory” during Installation of Git

前端 未结 6 1910
心在旅途
心在旅途 2020-12-30 23:31

Trying to install git on the Unix and Linux machines based on the instructions on Installing Git blog, and it is failing with the below error

make prefix=/u         


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 00:05

    For RHEL and RHEL-derivatives like CentOS systems, installing will solve this problem.

    $ yum install -y openssl-devel
    

提交回复
热议问题