我的 MAC 操作系统是 Yosemite 10.10,它有一个旧版本的 curl。我已经安装了 Xcode 和 Xcode 命令行工具。
I run cURL with the "sudo" command as “sudo curl”:
sudo curl
Password:
curl: try 'curl --help' or 'curl --manual' for more information
However, when I run curl under the common user in the the terminal, it failed as follows:
dyld: Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /usr/bin/curl
Reason: Incompatible library version: curl requires version 7.0.0 or later, but libcurl.4.dylib provides version 5.0.0
Trace/BPT trap: 5
I also downloaded the …Run Code Online (Sandbox Code Playgroud) Awesome 在 Fedora 19 上运行良好,所以它应该在 CentOS 7 上运行,对吧?好吧,我尝试过但未能使其正常工作。很长一段时间后,我设法从源代码编译它并将 GDM 设置为从~/.xinitrc. 但是,我得到的只是窗口管理器启动,但没有任何键绑定(键盘或鼠标)在工作。
我正在寻找一个可用的分步安装程序。