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-repack' > trace: built-in: git 'rev-parse' '--parseopt' '--' > trace: built-in: git 'rev-parse' '--git-dir' > trace: built-in: git 'config' '--bool' 'repack.usedeltabaseoffset' > trace: built-in: git 'pack-objects' '--keep-true-parents' > '--honor-pack-keep' '--non-empty' '--all' '--reflog' '--unpacked' > '--incremental' '--delta-base-offset' > '/apps/acf/git/repo/test_repo/.git/objects/pack/.tmp-19453-pack' > Counting objects: 3, done. > ld.so.1: git: fatal: relocation error: file > /usr/local/libexec/git-core/git: symbol deflateBound: referenced symbol not > found > > Unfortunately, this information is not enough for me to know what's wrong > with my git installation. > > Have re installed couple times to see if my installation process gives me > any warning, but none taken. > > According to my googling, it sounds like zlib is missing on your server: http://gaoithe.livejournal.com/14606.html
Do you have zlib installed? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/sx3yKxCyC60J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
