问题描述
- 操作系统:mac os 10.8.3 安装 usr / local / bin / git - > / usr / local / git / bin / git
任何想法如何解决? (讨论线索,我可以找到关于主题提到a)安装命令行工具和b)确保/ usr / local / bin包含在PATH中,这两者我似乎已经在这里完成了。)
预先感谢您。
git init
dyld:延迟符号绑定失败:找不到符号:___strlcpy_chk
引用自:/ usr / local / bin / git
预计位于:/ usr / lib /libSystem.B.dylib
问题,因为我安装了 git-2.2.1-intel-universal-mavericks.dmg
,实际上 mavericks(10.9.x)
是比山狮(10.8.x)
更晚的版本,并且在安装之后,雪豹比山狮更早ed git-2.2.1-intel-universal-snow-leopard
,这个问题已经消失。
- os: mac os 10.8.3
- xcode: 4.6.3 w command line tools installed
- /usr/local/bin/git -> /usr/local/git/bin/git
any ideas how to fix?
(the discussion threads i was able to find on the topic mentioned a) installing the command line tools and b) making sure that /usr/local/bin was included in the PATH, both of which i seem to have done here.)
thank you in advance.
git init
dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
Referenced from: /usr/local/bin/git
Expected in: /usr/lib/libSystem.B.dylib
I came up with this issue because I installed git-2.2.1-intel-universal-mavericks.dmg
, actually mavericks(10.9.x)
is latter version than mountain lion(10.8.x)
, and snow-leopard is earlier than mountain lion, after I installed git-2.2.1-intel-universal-snow-leopard
, this issue had gone.
这篇关于git + mountain lion + dyld:懒符号绑定失败:找不到符号:___strlcpy_chk的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!