search

Home  >  Q&A  >  body text

macos - os x 10.11 compiles and installs git, the problem reappears

The problems encountered before have been eliminated. After upgrading to os x 10.11, /usr/include is no longer there. Because Apple has officially removed this directory, openssl/ssl.h file not found will appear during compilation.
After installing it through xcode-select install yesterday, the /usr/include directory appeared, but there was another problem with compilation:

./git-compat-util.h:270:10: fatal error: 'openssl/ssl.h' file not found

How to solve it?

滿天的星座滿天的星座2793 days ago632

reply all(2)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-02 09:25:59

    The openssh library is missing. If it has been installed, the path is not correct

    reply
    0
  • PHPz

    PHPz2017-05-02 09:25:59

    Download a package of openssl library separately?

    reply
    0
  • Cancelreply