macos - os x 10.11 编译安装 git,问题再现
滿天的星座
滿天的星座 2017-05-02 09:23:59
0
2
594

之前遇见的问题已经排除,升级了os x 10.11之后,/usr/include没有了,因为苹果官方将此目录剔除了,所以编译会出现openssl/ssl.h file not found。
昨天通过xcode-select install安装好之后,/usr/include目录出现了,但是编译再次出现问题:

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

如何解决?

滿天的星座
滿天的星座

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!