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 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? This error means

[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 alrea

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

2012-10-24 Thread Diego A. Torres
Great! that worked. I had zlib installed, but I was missing: $ export LD_LIBRARY_PATH=/usr/local/lib:/usr/sfw/lib:$LD_LIBRARY_PATH Thank you! Diego. On Tuesday, October 23, 2012 10:14:03 AM UTC-6, Diego A. Torres wrote: > > Hello there, > > May some of you help me to troubleshoot this one?: >

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

2012-10-24 Thread Thomas Ferris Nicolaisen
On Tuesday, October 23, 2012 9:35:23 PM UTC+2, Diego A. Torres wrote: > 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-

[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 'rev-pa