macos - os x 10.11 compiles and installs git, the problem reappears
滿天的星座
滿天的星座 2017-05-02 09:23:59
0
2
635

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?

滿天的星座
滿天的星座

reply all(2)
我想大声告诉你

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

PHPzhong

Download a package of openssl library separately?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template