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

前端 未结 6 1911
心在旅途
心在旅途 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:09

    this answer worked just fine for me

    https://stackoverflow.com/a/3016986/5837509

    just do sudo apt-get install libssl-dev

提交回复
热议问题