
git-osx-installer - issue #3
git command still references /opt/local/lib path for libcrypto.0.9.8.dylib
What steps will reproduce the problem?
- 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.
Comment #1
Posted on Apr 3, 2008 by Quick Horsesame problem here.
Comment #2
Posted on Apr 4, 2008 by Swift RhinoI'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.
Comment #3
Posted on Apr 4, 2008 by Swift Rhino(No comment was entered for this change.)
Comment #4
Posted on Apr 4, 2008 by Swift WombatJust 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
Comment #5
Posted on Apr 4, 2008 by Grumpy Dogsame 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
Comment #6
Posted on Apr 4, 2008 by Swift WombatOK, 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
Comment #7
Posted on Apr 7, 2008 by Swift Wombat(No comment was entered for this change.)
Comment #8
Posted on May 3, 2011 by Swift KangarooHi, I'm getting this error again. This is after installing the latest git.
Status: Fixed
Labels:
Type-Defect
Priority-Medium