How do I install nscurl on Mac OS X 10.10 Yosemite?

只愿长相守 提交于 2019-12-24 16:27:46

问题


What I tried:

  1. Navigating to usr/bin/ and typing nscurl -h.

    I got: -bash: nscurl: command not found

  2. I then tried: install nscurl.

    It just return a bunch of help options for install


回答1:


nscurl is only part of OS X 10.11 El Capitan. It can't be installed on OS X 10.10.




回答2:


In case anyone tries to copy it over to 10.10 from 10.11 - that won't work either - it relies on changes to the following dependencies in 10.11:

/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
/System/Library/Frameworks/Security.framework/Versions/A/Security
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
/usr/lib/libSystem.B.dylib


来源:https://stackoverflow.com/questions/32723623/how-do-i-install-nscurl-on-mac-os-x-10-10-yosemite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!