Git installs, but doesn't work
GoogleCodeExporter opened this issue · 3 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Install Git from the package
2. Run git --version on the command line
What is the expected output? What do you see instead?
Expected: v1.7.9.3
Output:
dyld: Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/bin/git
Reason: image not found
What version of the product are you using? On what operating system?
Version 1.7.9.3, Mac OS X 10.7.3
Please provide any additional information below.
I had an older version of git previously, installed from source. Will that
conflict with this installation? It seems like git expects a dylib in a folder
that doesn't exist.
Original issue reported on code.google.com by arunjits...@gmail.com
on 9 Mar 2012 at 3:50
GoogleCodeExporter commented
[deleted comment]
GoogleCodeExporter commented
That's really strange, and I'm inclined to believe it may be something on your
end.
timcharper@Timothys-MacBook-Pro:~ $ otool -l /usr/local/git/bin/git | grep crypto
name /usr/lib/libcrypto.0.9.8.dylib (offset 24)
timcharper@Timothys-MacBook-Pro:~ $ git --version
git version 1.7.9.3
Original comment by timchar...@gmail.com
on 9 Mar 2012 at 3:56
GoogleCodeExporter commented
Hmm.. I tried installing Git 1.6.1 from a package here:
http://metastatic.org/source/git-1.6.1.pkg. That worked.
Again, I installed git-core from source (v1.7.9.3). That worked as expected.
(What does otool do? I'm getting the same output)
Original comment by arunjits...@gmail.com
on 9 Mar 2012 at 5:37