Re: [git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2014-09-04 Thread Konstantin Khomoutov
On Wed, 3 Sep 2014 02:00:24 -0700 (PDT) Syed Safi s4safi...@gmail.com wrote: I am facing the similar kind of issue , request to help soon, [...] /usr/local/libexec/git-core/git: symbol deflateBound: referenced symbol not found [...] Have you read and understood the thread you're replying to?

[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2014-09-03 Thread Syed Safi
Dear Team I am facing the similar kind of issue , request to help soon, bash-3.00$ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ export LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib:$LD_LIBRARY_PATH bash-3.00$ git pull Already up-to-date. bash-3.00$ git push Counting

[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2013-01-31 Thread Malcolm White
Had the same error, when pushing to my personal repository: ld.so.1: git: fatal: relocation error: file /usr/local/libexec/git-core/git: symbol deflateBound: referenced symbol not found The same fix worked for me: $ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH (/usr/sfw/lib was

[git-users] Re: git clone and package fatal error: symbol deflateBound: referenced symbol not found

2012-10-23 Thread Diego A. Torres
Well, I have more info for the group: we can execute on server: # GIT_TRACE=1 git repack and will receive detailed information about the way of the command: trace: exec: 'git-repack' trace: run_command: 'git-repack' trace: built-in: git 'rev-parse' '--parseopt' '--' trace: built-in: git