developeral / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

Git installs, but doesn't work #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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 8 years ago
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