jess992 / git-osx-installer

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

git command still references /opt/local/lib path for libcrypto.0.9.8.dylib #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Tried to clone a remote repo.

git clone git://i<repo-IP-here>/git-repos/.git
dyld: Library not loaded: /opt/local/lib/libcrypto.0.9.8.dylib
Referenced from: /usr/local/git/bin/git
Reason: image not found
Trace/BPT trap

What is the expected output? What do you see instead?
Should have gotten repo clone

What version of the product are you using? On what operating system?
OS X 10.5.2

Please provide any additional information below.

Original issue reported on code.google.com by p...@mac.com on 3 Apr 2008 at 6:10

GoogleCodeExporter commented 8 years ago
same problem here.

Original comment by thomas.42 on 3 Apr 2008 at 11:56

GoogleCodeExporter commented 8 years ago
I'm checking in new instructions that should fix this. The current version is 
linking
against MacPorts in /opt/local/lib rather than the git install directory.

Original comment by gchesh...@gmail.com on 4 Apr 2008 at 7:53

GoogleCodeExporter commented 8 years ago

Original comment by gchesh...@gmail.com on 4 Apr 2008 at 7:54

GoogleCodeExporter commented 8 years ago
Just uploaded a new version of the intel package that fixes the /opt/local/lib 
issues, or should anyways.

Let me know if that fixes it for you

Original comment by timchar...@gmail.com on 4 Apr 2008 at 8:36

GoogleCodeExporter commented 8 years ago
same error on your new download:
bob-walshs-computer:~ bob$ git --help
dyld: Library not loaded: /opt/local/lib/libcrypto.0.9.8.dylib
  Referenced from: /usr/local/git/bin/git
  Reason: image not found
Trace/BPT trap

Original comment by bob.wa...@gmail.com on 4 Apr 2008 at 1:15

GoogleCodeExporter commented 8 years ago
OK, Geoff Cheshire informed me I need to set the NO_DARWIN_PORTS flag in the 
build, which I've done now.  Try 
again :)

Thanks!

Tim

Original comment by timchar...@gmail.com on 4 Apr 2008 at 5:55

GoogleCodeExporter commented 8 years ago

Original comment by timchar...@gmail.com on 7 Apr 2008 at 11:07

GoogleCodeExporter commented 8 years ago
Hi, I'm getting this error again. This is after installing the latest git.

Original comment by joyde...@gmail.com on 3 May 2011 at 2:22